Update comment re the use of the flex statement '%option noline'
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 14 Jan 2009 20:50:39 +0000 (20:50 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 14 Jan 2009 20:50:39 +0000 (20:50 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27231 f5534014-38df-0310-8fa8-9805f1628bb7

wiretap/k12text.l

index 61cde500a61627123871ded8b775c4149fbfdf27..1e443aab6540a83d7f7205e3f545240264077a59 100644 (file)
 /*           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