Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 1996 16:24:50 +0200 (MET DST)
From:      J Wunsch <j@ida.interface-business.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Subject:   yacc error messages...
Message-ID:  <199610231424.QAA23779@ida.interface-business.de>

next in thread | raw e-mail | index | archive | help
yacc -d -v gram.y
yacc: e - line 695 of "gram.y", $$ is untyped
yacc: w - line 703 of "gram.y", the precedence of foo has been redeclared

This is a little in my way, in particular for Emacs' ``compile-mode''.  I
would like to make the error and warning output similar to the way all
the other utils are doing, something like:

gram.y:695: $$ is untyped
gram.y:703: warning: the precedence of foo has been redeclared

Anybody having strong objections against this?

(Of course, i could also modify compile-mode.el, but yacc's error
output is really a little out of line with the rest of the development
tools.)

-- 
J"org Wunsch					       Unix support engineer
joerg_wunsch@interface-business.de       http://www.interface-business.de/~j



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610231424.QAA23779>