diff options
Diffstat (limited to 'source3/script/mksyms.awk')
-rw-r--r-- | source3/script/mksyms.awk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/script/mksyms.awk b/source3/script/mksyms.awk index dfe51dba7f..a30bea4d34 100644 --- a/source3/script/mksyms.awk +++ b/source3/script/mksyms.awk @@ -9,6 +9,9 @@ BEGIN { inheader=0; current_file=""; + print "#" + print "# This file is automatically generated with \"make symbols\". DO NOT EDIT " + print "#" print "{" print "\tglobal:" } |