From c365d8ae13ebebebb7cba29575864810a1cc4704 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Mon, 29 Nov 1993 14:57:53 +0000 Subject: [PATCH] Fixed mis-definition of ndlookup() --- scan.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.40.0