This commit is contained in:
Paul 2000-12-12 20:51:59 +00:00
parent 5e18b667ef
commit bf7bd6c3ea
15 changed files with 350 additions and 161 deletions

View file

@ -25,6 +25,14 @@
Tyepdefs && Defines
------------------- */
// lookupMacro results
enum
{
UNKNOWN_MACRO,
POSSIBLE_KNOWN_MACRO,
KNOWN_MACRO,
};
/*----------------------------------------------------------------------
Structure defintions
-------------------- */
@ -39,7 +47,7 @@
extern int preprocessorCmd(char *_cmd);
extern char *lookupMacro(char *_name);
extern char *lookupMacro(char *_name,int *_result);
/*---------------------------------------------------------------------- */