[Flex-devel] Bug in skeleton processing?
flex is a tool for generating scanners
Brought to you by:
wlestes
From: Joe K. <kr...@ni...> - 2008-10-01 19:09:31
|
I noticed that the skeleton conditional "%if-tables-serialization" does not push the conditional stack. In the following section from the skeleton source: %if-tables-serialization #include <sys/types.h> #include <netinet/in.h> %endif The %endif statement here is actually popping an initial 'true' pushed on to the conditional stack before processing started, instead of ending the "%if-tables-serialization" section, which it seems is the actual intention. Joe Krahn |