aboutsummaryrefslogtreecommitdiffstats
path: root/tools/runlex.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-04-05 16:10:56 -0700
committerGuy Harris <guy@alum.mit.edu>2016-04-05 23:11:22 +0000
commit8b9cae5ff37d4d075992551dd37e8237841e74ae (patch)
tree7b424d37440a3cb3e372a58d1a8ba00b00c14eab /tools/runlex.sh
parent8faeee79a4329b27f1f17085116349a20ed25b02 (diff)
Expand a comment.
Change-Id: I13732bb2877a41b5f5d018128e05ebd4bfb6a1bf Reviewed-on: https://code.wireshark.org/review/14825 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'tools/runlex.sh')
-rwxr-xr-xtools/runlex.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/runlex.sh b/tools/runlex.sh
index e78c8b0ed5..48a27b6142 100755
--- a/tools/runlex.sh
+++ b/tools/runlex.sh
@@ -104,8 +104,9 @@ do
done
#
-# Construct the name of the header file to generate; if the .c file is
-# .../foo.c, the header file will be .../foo_lex.h.
+# We make Flex generate a header file declaring the relevant functions
+# defined by the .c file, using the --header-file= flag; if the .c file
+# is .../foo.c, the header file will be .../foo_lex.h.
#
#echo "Getting header file name"
header_file=`dirname "$outfile"`/`basename "$outfile" .c`_lex.h