]> git.gag.com Git - fw/sdcc/blobdiff - src/SDCCsymt.h
fixed the better type check
[fw/sdcc] / src / SDCCsymt.h
index 6e152266503a438e685d2d818b72d672773e2f85..648bfdf51dd0a5e8709232a6e3a4ec51d18edea5 100644 (file)
@@ -457,7 +457,8 @@ void *findSym (bucket **, void *, const char *);
 void *findSymWithLevel (bucket **, struct symbol *);
 void *findSymWithBlock (bucket **, struct symbol *, int);
 void changePointer (symbol * sym);
-
-#include "SDCCmem.h"
+void checkTypeSanity(sym_link *, char *);
+/* noun strings */
+extern char *nounName(sym_link *);
 
 #endif