it's now const here too.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15043
dc483132-0cff-0310-8789-
dd5450dbe970
+2002-12-12 Tom Yu <tlyu@mit.edu>
+
+ * et_h.awk: It's "const struct error_table et_" in the c file, so
+ it's now const here too.
+
2002-10-07 Sam Hartman <hartmans@mit.edu>
* Makefile.in (install-headers): build compile_et so it can be used later
tab_base_low) "L)" > outfile
}
print "" > outfile
- print "extern struct error_table et_" table_name "_error_table;" > outfile
+ print "extern const struct error_table et_" table_name "_error_table;" > outfile
print "" > outfile
print "#if !defined(_WIN32) && !defined(macintosh) && !(defined(__MACH__) && defined(__APPLE__))" > outfile
print "/* for compatibility with older versions... */" > outfile