From: Vern Paxson Date: Mon, 29 Nov 1993 14:57:53 +0000 (+0000) Subject: Fixed mis-definition of ndlookup() X-Git-Tag: flex-2-5-5b~327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c365d8ae13ebebebb7cba29575864810a1cc4704;p=flex Fixed mis-definition of ndlookup() --- diff --git a/scan.l b/scan.l index 4ce971f..f19f87e 100644 --- a/scan.l +++ b/scan.l @@ -329,7 +329,7 @@ CCL_CHAR ([^\\\n\]]|{ESCSEQ}) "{"{NAME}"}" { register Char *nmdefptr; - char *ndlookup(); + Char *ndlookup(); (void) strcpy( nmstr, yytext + 1 ); nmstr[yyleng - 2] = '\0'; /* chop trailing brace */