bug-bison
[Top][All Lists]
Advanced

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

Re: Name Conflict With Multiple Parsers In Same Program


From: Paul Eggert
Subject: Re: Name Conflict With Multiple Parsers In Same Program
Date: Wed, 13 Jun 2007 20:42:01 -0700
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Bob Smith <address@hidden> writes:

> The #includes common to all files are the .pro files generated by the
> C compiler.  Each .pro file contains the prototypes for each function
> in the corresponding .c file.

Sorry, I don't follow.  What is the point of a .pro file containing a
prototype for a static function?  Static functions aren't visible to
any module outside the corresponding .c file.  Shouldn't static
functions always be suppressed from .pro files that you intend to
include elsewhere?




reply via email to

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