rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 5f2de0f2e1d8cd6c3f83c4d6cc0ad399729306a8
parent cf69a6080c9194f1d928b8372c2aa8f6f80a233d
Author: tgoodwin <tgoodwin>
Date:   Fri, 10 Jul 1998 13:41:38 +0000

remove lint definition

Diffstat:
Mparse.y | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/parse.y b/parse.y @@ -6,9 +6,7 @@ %{ #include "rc.h" -#ifndef lint -#define lint /* hush up gcc -Wall, leave out the dumb sccsid's. */ -#endif + static Node *star, *nolist; Node *parsetree; /* not using yylval because bison declares it as an auto */ %}