]> Shamusworld >> Repos - rmac/blobdiff - rmac.h
Various code cleanups, mainly to do with RISC assembly.
[rmac] / rmac.h
diff --git a/rmac.h b/rmac.h
index ca43ea4edd00c27a28acf52a12d2892510db82c0..1c777747731a78ffa878ef36ddde98e5d9d9502a 100644 (file)
--- a/rmac.h
+++ b/rmac.h
@@ -183,7 +183,6 @@ extern int lsym_flag;
 extern int sbra_flag;
 extern int obj_format;
 extern LONG amemtot;
-extern int in_main;
 
 // Prototypes
 void init_sym(void);
@@ -195,7 +194,6 @@ void autoeven(int);
 int nthpath(char *, int, char *);
 void clear(char *, LONG);
 char * copy(char *, char *, LONG);
-int rmac_qsort(char *, int, int, int (*)());
-//char * amem(LONG);
+//int rmac_qsort(char *, int, int, int (*)());
 
 #endif // __RMAC_H__