]> Shamusworld >> Repos - rmac/blobdiff - procln.h
Fixed word reversed fixup problem.
[rmac] / procln.h
index 518e1455a99457ba4b976067b93b2390265c0a1e..05d481ce90c30257a5cb144cebf22e79dc843d19 100644 (file)
--- a/procln.h
+++ b/procln.h
@@ -20,17 +20,14 @@ extern const char syntax_error[];
 extern const char extra_stuff[];
 extern int just_bss;
 extern VALUE pcloc;
-//extern IFENT * ifent;
 extern SYM * lab_sym;
 extern LONG amsktab[];
 
 // Prototypes
 void InitLineProcessor(void);
 void Assemble(void);
-int eject(void);
 int d_if(void);
 int d_else(void);
 int d_endif(void);
-int at_eol(void);
 
 #endif // __PROCLN_H__