BSD 3 development
[unix-history] / usr / src / cmd / cpp / yylex.c
index 6bc7d8d..7a6ba83 100644 (file)
@@ -19,7 +19,7 @@ yylex() {
        struct symtab {
                char *name;
                char *value;
        struct symtab {
                char *name;
                char *value;
-       } *sp;
+       } *sp, *lookup();
 
 for (;;) {
        newp=skipbl(newp);
 
 for (;;) {
        newp=skipbl(newp);