From: ceriel Date: Thu, 26 Jan 1989 14:47:03 +0000 (+0000) Subject: replaced Dutch comment X-Git-Tag: release-5-5~2661 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=945cceccb5555d329ea137bea863725140e524cc;p=ack.git replaced Dutch comment --- diff --git a/util/ceg/as_parser/pars.g b/util/ceg/as_parser/pars.g index c39a9280b..9b3348762 100644 --- a/util/ceg/as_parser/pars.g +++ b/util/ceg/as_parser/pars.g @@ -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); } }