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
This commit is contained in:
parent
4b3d1177d8
commit
14078ff6b7
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
||||
Revert:
|
||||
|
|
|
@ -55,7 +55,7 @@ BEGIN {
|
|||
# Dump out an enumeration into a .h file.
|
||||
# Combine the flags of duplicate options.
|
||||
END {
|
||||
print "/* This file is auto-generated by opts.sh. */"
|
||||
print "/* This file is auto-generated by opth-gen.awk. */"
|
||||
print ""
|
||||
print "#ifndef OPTIONS_H"
|
||||
print "#define OPTIONS_H"
|
||||
|
|
Loading…
Add table
Reference in a new issue