diff options
-rw-r--r-- | gensym.awk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ BEGIN { /^[a-z]/ { if (bogus_printed == "no") { + print "void bogus(void);" print "void bogus(void) {"; bogus_printed = "yes"; } |
![]() |
index : gnumach.git | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | gensym.awk | 1 |
@@ -27,6 +27,7 @@ BEGIN { /^[a-z]/ { if (bogus_printed == "no") { + print "void bogus(void);" print "void bogus(void) {"; bogus_printed = "yes"; } |