]> granicus.if.org Git - flex/commitdiff
scanner: Mention %# comments are removed when building skel.c
authorExplorer09 <explorer09@gmail.com>
Thu, 4 May 2017 02:52:37 +0000 (10:52 +0800)
committerWill Estes <westes575@gmail.com>
Sat, 6 May 2017 14:51:48 +0000 (10:51 -0400)
src/flex.skl

index d9854f44a75e46f72d6308323a1f8752111842cd..786c977589cd4356bda957e7007a0484411b033a 100644 (file)
@@ -6,8 +6,9 @@
 %#      pre-compilation stage of flex. Only macros starting
 %#      with `m4preproc_' are processed, and quoting is normal.
 %#
-%#   2. The preprocessed skeleton is translated verbatim into a
-%#      C array, saved as "skel.c" and compiled into the flex binary.
+%#   2. The preprocessed skeleton is translated into a C array, saved
+%#      as "skel.c" and compiled into the flex binary. The %# comment
+%#      lines are removed.
 %#
 %#   3. At runtime, the skeleton is generated and filtered (again)
 %#      through m4. Macros beginning with `m4_' will be processed.