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:
@@ -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
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user