[2225] in Athena Bugs

home help back first fref pref prev next nref lref last post

erroneous '#' in /usr/lib/yaccpar

daemon@ATHENA.MIT.EDU (John T Kohl)
Thu May 11 11:00:57 1989

Date: Thu, 11 May 89 11:00:34 EDT
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
[This file is the source used by parsers created by yacc].

The following is an excerpt from /usr/lib/yaccpar, which has an
extraneous '#' on a line by itself, which elicits a (harmless) message
from makedepend:

/*
 *      $Source: /source/4.3/usr.bin/yacc/RCS/yaccpar,v $
 *      $Author: kubitron $
 *      $Locker:  $
 *      $Header: yaccpar,v 1.3 87/08/20 00:30:33 kubitron Exp $
 */

#ifndef lint
static char yaccpar_sccsid[] = "@(#)yaccpar     4.1     (Berkeley)      2/11/83"
;
#endif not lint

#
# define YYFLAG -1000
# define YYERROR goto yyerrlab
# define YYACCEPT return(0)
# define YYABORT return(1)

home help back first fref pref prev next nref lref last post