Package: flex
Version: 2.5.37
Maintainer: Manoj Srivastava
Description: %bison-bridge implementation incompatible with bison
bison (GNU Bison) 2.7.1
bison produces an interface file, y.tab.hpp, which puts all token definitions
in a class, 'parser'. This makes token definitions inaccessible wi
Package: flex
Version: 2.5.37
Maintainer: Manoj Srivastava
Description: flex --noline outputs a #line directive
The command
flex --noline name.lex
generates the line
#line 3 "lex.yy.c"
This causes some confusion when:
1: line 3 is really line 2, and,
2: when (in order to compile using
Package: flex
Version: 2.5.37
Maintainer: Manoj Srivastava
Description: Multiple errors in generated C++ file
Compiling with the cygwin g++ compiler multiples errors are generated when
%option C++ is specified but not when %option C++ is not specified. Same
compiler, same input code, differ
Package: flex
Version: 2.5.37
Maintainer: Manoj Srivastava
Description: %option noline generates and error message and does not work
However flex --noline does work
aschw...@acm.org
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble
Package: flex
Version: 2.5.37
Maintainer: Manoj Srivastava
Description: Section 11 Multiple Input Buffer function enhancement
void yypush_buffer_state( YY_BUFFER_STATE buffer )
void yypop_buffer_state ( )
Should have a YY_BUFFER_STATE return argument, that is
YY_BUFFER_STATE yypush_buffer_state
Package: flex
Version: 2.5.37
Maintainer: Manoj Srivastava
Description:
Multiple <>'s are not supported as per Section 12
End_Of_File Rules. Example 1 demonstrates that multiple
<>'s are supported if each <> is prefixed with
a start condition. Example 2 shows what happens if each
<> is not pref
6 matches
Mail list logo