This commit is contained in:
parent
5e18b667ef
commit
bf7bd6c3ea
15 changed files with 350 additions and 161 deletions
|
@ -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);
|
||||
|
||||
|
||||
/*---------------------------------------------------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue