summaryrefslogtreecommitdiffstats
path: root/src/xmlcode.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlcode.l')
-rw-r--r--src/xmlcode.l2
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>