replaced Dutch comment
authorceriel <none@none>
Thu, 26 Jan 1989 14:47:03 +0000 (14:47 +0000)
committerceriel <none@none>
Thu, 26 Jan 1989 14:47:03 +0000 (14:47 +0000)
util/ceg/as_parser/pars.g

index c39a928..9b33487 100644 (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);
        }
 }