A bit of missing corections.

This commit is contained in:
Manoel Trapier
2013-03-14 18:09:43 +01:00
committed by Manoël Trapier
parent 03763cbbf0
commit b31ac47714
4 changed files with 6 additions and 4 deletions

View File

@@ -51,6 +51,7 @@ static void do_line(unsigned int l);
static int getparams(char *buf[], char parbuf[]);
static int macroeq(char *s, char *t);
void macro_def(struct idf *id, char *text, int nformals, int length, int flags);
static char *get_text(char *formals[], int *length);
/* Externel dependency */
char * getwdir(char *fn);
@@ -314,7 +315,6 @@ static void do_define()
char *repl_text; /* start of the replacement text */
int length; /* length of the replacement text */
register ch;
char *get_text();
/* read the #defined macro's name */
if (!(str = GetIdentifier())) {