Mercurial > hg > CbC > old > device
comparison mc-parse.h @ 348:e77b3a7002ad
name table reconfigure compiled. debug start.
author | kono |
---|---|
date | Fri, 02 Jul 2004 07:19:15 +0900 |
parents | cef4d8eb9a26 |
children | b74b580c10f6 |
comparison
equal
deleted
inserted
replaced
347:cef4d8eb9a26 | 348:e77b3a7002ad |
---|---|
53 extern char *include_path[MAX_INCLUDE_PATH_COUNT]; | 53 extern char *include_path[MAX_INCLUDE_PATH_COUNT]; |
54 | 54 |
55 /* used in mc-code-* */ | 55 /* used in mc-code-* */ |
56 | 56 |
57 extern NMTBL null_nptr; | 57 extern NMTBL null_nptr; |
58 extern NMTBL ntable[GSYMS+LSYMS]; | |
59 | 58 |
60 extern char * make_filename_with_extension(char *filename,char *ext); | 59 extern char * make_filename_with_extension(char *filename,char *ext); |
61 | 60 |
62 /* used in mc-switch */ | 61 /* used in mc-switch */ |
63 | 62 |