Parent Directory
|
Revision Log
|
Patch
revision 389 by johnpye, Thu Mar 30 04:14:29 2006 UTC | revision 390 by johnpye, Thu Mar 30 06:41:17 2006 UTC | |
---|---|---|
# | Line 739 IDChar {letter}({integer}|{letter} | Line 739 IDChar {letter}({integer}|{letter} |
739 | ||
740 | %% | %% |
741 | /* | /* |
742 | * int yy_wrap(void); | * int yywrap(void); |
743 | * | * |
744 | * This returns 1 if the scanner should stop parsing, or | * This returns 1 if the scanner should stop parsing, or |
745 | * 0 if the scanner should continue. Flex requires this | * 0 if the scanner should continue. Flex requires this |
746 | * function unless %option noyywrap is defined. | * function unless %option noyywrap is defined. |
747 | */ | */ |
748 | int | int |
749 | yy_wrap(void) | yywrap(void) |
750 | { | { |
751 | return 1; | return 1; |
752 | } | } |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |