aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/k12text.l
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-01-14 20:50:39 +0000
committerBill Meier <wmeier@newsguy.com>2009-01-14 20:50:39 +0000
commit8e885dd1dfa082df7837fc38f39594fa2aac0461 (patch)
treea3b6378e3971b1b18578c0cfd1dbb0896dff0c8b /wiretap/k12text.l
parent6553661db08fe84c0b1477b4863055bc242ca09f (diff)
Update comment re the use of the flex statement '%option noline'
svn path=/trunk/; revision=27231
Diffstat (limited to 'wiretap/k12text.l')
-rw-r--r--wiretap/k12text.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/wiretap/k12text.l b/wiretap/k12text.l
index 61cde500a6..1e443aab65 100644
--- a/wiretap/k12text.l
+++ b/wiretap/k12text.l
@@ -26,14 +26,14 @@
/* k12text.l file */
/* XXX: %option noline gives an error message: */
/* "unrecognized %option: line" */
-/* with Cygwin flex 2.5.35; the --noline */
+/* with flex 2.5.35; the --noline */
/* command-line option works OK. */
/* */
/* debug: Do output of "rule acceptance" info */
/* during parse */
/* */
-/* %option line */
-/* %option debug */
+/* %option noline */
+/* %option debug */
%{
/* k12text.l