replaced Dutch comment

This commit is contained in:
ceriel 1989-01-26 14:47:03 +00:00
parent 7f0b775587
commit 945cceccb5

View file

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