*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1176 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-01-19 05:22:30 +00:00
parent 4992beda94
commit cf7207925f
7 changed files with 42 additions and 9 deletions

View File

@@ -13,6 +13,9 @@ $1 == "error_table" {
base = -(4294967295 - base + 1) # 0xffffffff
}
sub("\\..*$", "", name)
# for normal awk:
# split(name, foo, "\\.")
# name = foo[1]
c_file = name "_err.c"
h_file = name "_err.h"
number = 0