]> granicus.if.org Git - flex/commitdiff
error messages will now show up the way that emacs likes them
authorWill Estes <wlestes@users.sourceforge.net>
Tue, 31 Jul 2001 21:31:46 +0000 (21:31 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Tue, 31 Jul 2001 21:31:46 +0000 (21:31 +0000)
parse.y

diff --git a/parse.y b/parse.y
index fce4679aec90c0b9825d96a8fd003a13c40a4876..3a556912c4c31ed6f46a6028f982b13c78d12dab 100644 (file)
--- a/parse.y
+++ b/parse.y
@@ -901,7 +901,7 @@ void line_pinpoint( str, line )
 char str[];
 int line;
        {
-       fprintf( stderr, "\"%s\", line %d: %s\n", infilename, line, str );
+       fprintf( stderr, "%s: %d: %s\n", infilename, line, str );
        }