replaced Dutch comment

This commit is contained in:
ceriel 1989-01-26 14:47:03 +00:00
parent 0846e8f43b
commit 9a95fd3684

View File

@ -187,7 +187,7 @@ int lex_analyzer()
} }
else { else {
tok = yylex(); tok = yylex();
yytext[yyleng] = '\0'; /* strings moeten op een '\0' eindigen */ yytext[yyleng] = '\0'; /* strings must end with '\0' */
return( tok); return( tok);
} }
} }