]> Shamusworld >> Repos - rmac/blobdiff - symbol.h
Visual Studio 2015 project files. A few warnings about unused variables fixed.
[rmac] / symbol.h
index 485ed8864bc9f7e97b7079f5e99c643b1552a0c6..bd32a5efc114fc8efd2dfa6f2dfea290831f4411 100644 (file)
--- a/symbol.h
+++ b/symbol.h
@@ -39,6 +39,7 @@ SYM
 // Globals, externals, etc.
 extern int curenv;
 extern char subttl[];
+extern int eject(void);
 
 // Exported functions
 SYM * lookup(char *, int, int);