help-flex
[Top][All Lists]
Advanced

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

Flex 2.5.11 comments


From: Bruce Lilly
Subject: Flex 2.5.11 comments
Date: Fri, 09 Aug 2002 13:31:34 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

Some comments on 2.5.11 issues:

1. typo in a comment in generated .c file; search
   for "rtad" and transpose the first two characters.

2. Another reason to use reentrant scanners: shared
   object files (should be mentioned in sect. 18.1).

3. yyalloc, yyrealloc, and yyfree are declared and
   called with an additional argument in reentrant
   scanners, but in no case is the additional argument
   used.  It would be nice if these three were declared
   and called without the additional argument so as to
   be compatible with standard malloc, realloc, and free
   function calls (in case the user wants to redefine
   them).

Best regards,
  Bruce Lilly




reply via email to

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