*** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1176 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user