diff --git a/Source/NXStringTable_scan.l b/Source/NXStringTable_scan.l index d8754589b..dd8d3e0ac 100644 --- a/Source/NXStringTable_scan.l +++ b/Source/NXStringTable_scan.l @@ -1,5 +1,5 @@ /* Lex scanner for Objective C NeXT-compatible NXStringTable object - Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. Written by: Adam Fedor @@ -43,7 +43,7 @@ ESCAPES [abfnrtv] %% /* Lexical initialization - This gets executed before any analysis */ char string_buf[MAX_STRINGTABLE_LENGTH]; - char *string_buf_ptr; + char *string_buf_ptr = NULL; static int got; /* Holds the type of token we just got */ static int line; #ifndef HAVE_FLEX