diff options
Diffstat (limited to 'Build/source/texk/web2c/otps/otp-parser.y')
-rw-r--r-- | Build/source/texk/web2c/otps/otp-parser.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/otps/otp-parser.y b/Build/source/texk/web2c/otps/otp-parser.y index 7870a3269a2..468b0557930 100644 --- a/Build/source/texk/web2c/otps/otp-parser.y +++ b/Build/source/texk/web2c/otps/otp-parser.y @@ -29,7 +29,7 @@ along with Omega; if not, write to the Free Software Foundation, Inc., int k, len; static void -yyerror(char * msg) +yyerror(const char *msg) { fprintf(stderr, "line %d: %s\n", line_number, msg); } |