diff options
Diffstat (limited to 'src/xmlcode.l')
-rw-r--r-- | src/xmlcode.l | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmlcode.l b/src/xmlcode.l index efcac0e..c090531 100644 --- a/src/xmlcode.l +++ b/src/xmlcode.l @@ -18,6 +18,8 @@ ******************************************************************************/ %option never-interactive +%option prefix="xmlcodeYY" + %{ #include <stdio.h> |