help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Visual C++


From: Stark Mathews
Subject: Visual C++
Date: Thu, 25 Oct 2001 19:40:34 -0400

Running with the same original source that I sent in my previous post, I
have set my compiler to define MSDOS (Thanks Hozefa) instead of WIN32. This
has removed one of the warnings leaving me with:

main.cpp_tab.c
bison.simple(317) : warning C4013: 'yyerror' undefined; assuming extern
returning int
bison.simple(377) : warning C4013: 'yylex' undefined; assuming extern
returning int
c:\program files\microsoft visual studio\vc98\include\stdlib.h(273) :
warning C4028: formal parameter 1 different from declaration
c:\program files\microsoft visual studio\vc98\include\stdlib.h(367) :
warning C4028: formal parameter 1 different from declaration
c:\program files\microsoft visual studio\vc98\include\stdlib.h(385) :
warning C4028: formal parameter 1 different from declaration
main.cpp(50) : error C2371: 'yyerror' : redefinition; different basic types

Can someone tell me what I've missed?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]