MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Re: ALPHA-TEST ytab.*
-
Date: Fri, 1 Dec 1995 16:50:53 PST
-
From: Pavel Curtis <pavel@parc.xerox.com>
-
CC: MOO-Cows@parc.xerox.com
-
In-reply-to: Michael Brundage's message of "Fri, 01 Dec 1995 15:18:38 PST" <9512012318.AA04740@saul6.u.washington.edu>
Michael Brundage writes:
> gcc -Wall -Wwrite-strings -g -O -c y.tab.c
> parser.y:59: conflicting types for `YYSTYPE'
> y.tab.h:11: previous declaration of `YYSTYPE'
> parser.y:99: conflicting types for `yylval'
> y.tab.h:12: previous declaration of `yylval'
Here's the patch for people who have this problem or one that looks like it:
Remove the line
#include "tokens.h"
from the file `keywords.h' and add it instead to the top of `keywords.c'.
Yet another platform dependency...
Pavel
Home |
Subject Index |
Thread Index