Re: QUESTION: what is \c, \pre, \post in ielr.c ?

2014-11-26 Thread Evan Lavelle
On 26/11/2014 07:11, sean nakasone wrote: Hi, in ielr.c , there's comments that refer to things like: \post, \pre, \c . Doxygen: http://www.stack.nl/~dimitri/doxygen/index.html http://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmdpre http://www.stack.nl/~dimitri/doxygen/manual/command

gcc --coverage and copying Bison generated files

2014-11-26 Thread Daiki Ueno
Hello, Sorry for that this is not really related to Bison (but GCC or LCOV), but perhaps a common question that anyone might know the solution. In gettext we have the following directory structure: gettext-runtime/ intl/ Makefile plural.y plural.c # <-- generated from plu