ag: felder haben nicht ganz gepasst
[uebersetzerbau-ss10.git] / parser / parser.y
index 181bc5a0a9ffb6fb38474568b055587075fa3ade..e5f1909afafd10c204a7b700f3a2589cd2d35d0f 100644 (file)
@@ -100,7 +100,7 @@ extern int yylineno;
 
 int yyerror(char *error_text)
 {
-       fprintf(stderr,"Line %i: %s\n", yylineno, error_text);
+       fprintf(stderr,"Zeile %i: %s\n", yylineno, error_text);
        exit(2);
 }