Commit 14078ff6 by Wolfgang Gellerich Committed by Andreas Krebbel

opth-gen.awk: Fixed generation of comment stating the origin of options.h

2007-10-10  Wolfgang Gellerich  <gellerich@de.ibm.com>

	* opth-gen.awk: Fixed generation of comment stating the origin
          of options.h

From-SVN: r129203
parent 4b3d1177
2007-10-10 Wolfgang Gellerich <gellerich@de.ibm.com>
* opth-gen.awk: Fixed generation of comment stating the origin
of options.h
2007-10-10 Kazu Hirata <kazu@codesourcery.com> 2007-10-10 Kazu Hirata <kazu@codesourcery.com>
Revert: Revert:
...@@ -55,7 +55,7 @@ BEGIN { ...@@ -55,7 +55,7 @@ BEGIN {
# Dump out an enumeration into a .h file. # Dump out an enumeration into a .h file.
# Combine the flags of duplicate options. # Combine the flags of duplicate options.
END { END {
print "/* This file is auto-generated by opts.sh. */" print "/* This file is auto-generated by opth-gen.awk. */"
print "" print ""
print "#ifndef OPTIONS_H" print "#ifndef OPTIONS_H"
print "#define OPTIONS_H" print "#define OPTIONS_H"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment