[gimp] imagemap: Add lexer options to not generate input and yyunput
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] imagemap: Add lexer options to not generate input and yyunput
- Date: Wed, 27 Apr 2011 15:43:13 +0000 (UTC)
commit 56f08d682bc055d4c94a7d6607b7a7fed6edfe35
Author: Mukund Sivaraman <muks banu com>
Date: Wed Apr 27 21:11:57 2011 +0530
imagemap: Add lexer options to not generate input and yyunput
plug-ins/imagemap/imap_cern.l | 2 ++
plug-ins/imagemap/imap_csim.l | 2 ++
plug-ins/imagemap/imap_ncsa.l | 2 ++
3 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/imagemap/imap_cern.l b/plug-ins/imagemap/imap_cern.l
index ae87672..e20146c 100644
--- a/plug-ins/imagemap/imap_cern.l
+++ b/plug-ins/imagemap/imap_cern.l
@@ -34,6 +34,8 @@
%}
%option noyywrap
+%option noinput
+%option nounput
DIGIT [0-9]
ID [a-zA-Z_][a-zA-Z0-9_\-]*
diff --git a/plug-ins/imagemap/imap_csim.l b/plug-ins/imagemap/imap_csim.l
index 0abf380..b717977 100644
--- a/plug-ins/imagemap/imap_csim.l
+++ b/plug-ins/imagemap/imap_csim.l
@@ -34,6 +34,8 @@
%}
%option noyywrap
+%option noinput
+%option nounput
DIGIT [0-9]
ID [a-zA-Z_][a-zA-Z0-9_\-]*
diff --git a/plug-ins/imagemap/imap_ncsa.l b/plug-ins/imagemap/imap_ncsa.l
index ef2cc1d..3572a6e 100644
--- a/plug-ins/imagemap/imap_ncsa.l
+++ b/plug-ins/imagemap/imap_ncsa.l
@@ -34,6 +34,8 @@
%}
%option noyywrap
+%option noinput
+%option nounput
DIGIT [0-9]
ID [a-zA-Z_][a-zA-Z0-9_\-]*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]