Complete rewrite of the error code generation script. It now runs as a single

script, translates function codes better and doesn't need the K&R function
prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are
still needed by the DEF generator...). I also ran the script with the -rewrite
option to update all the header and source files.
This commit is contained in:
Dr. Stephen Henson
1999-04-24 00:15:18 +00:00
parent dd3c43c532
commit 6d31193858
101 changed files with 1749 additions and 2432 deletions

View File

@@ -71,6 +71,8 @@ void ERR_load__strings(void)
{
init=0;
#ifndef NO_ERR
ERR_load_strings(ERR_LIB_COMP,COMP_str_functs);
ERR_load_strings(ERR_LIB_COMP,COMP_str_reasons);
#endif
}