summaryrefslogtreecommitdiffstats
path: root/src/vhdlcode.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdlcode.l')
-rw-r--r--src/vhdlcode.l3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdlcode.l b/src/vhdlcode.l
index 27743e3..3e027d7 100644
--- a/src/vhdlcode.l
+++ b/src/vhdlcode.l
@@ -18,6 +18,9 @@
* supports VHDL-87/93/2008
******************************************************************************/
%option never-interactive
+%option case-insensitive
+%option prefix="vhdlcodeYY"
+
%{
/*