Rename terminate to nh_terminate so VS2015 can compile
This commit is contained in:
@@ -641,7 +641,7 @@ initoptions()
|
||||
/* ... and _must_ parse correctly. */
|
||||
if (!read_config_file(SYSCF_FILE, SET_IN_SYS)) {
|
||||
raw_printf("Error(s) found in SYSCF_FILE, quitting.");
|
||||
terminate(EXIT_FAILURE);
|
||||
nh_terminate(EXIT_FAILURE);
|
||||
}
|
||||
/*
|
||||
* TODO [maybe]: parse the sysopt entries which are space-separated
|
||||
|
||||
Reference in New Issue
Block a user