Save a copy of the symbols file to symbols.save when updating.

This commit is contained in:
Bart House
2019-10-30 19:17:03 -07:00
parent 33d00cf0e4
commit 86473526b8
3 changed files with 34 additions and 17 deletions

View File

@@ -80,6 +80,12 @@
* objects being thrown when the hangup occurs. \
*/
#define CONFIG_FILE "defaults.nh"
#define CONFIG_TEMPLATE "defaults.template"
#define SYSCF_TEMPLATE "sysconf.template"
#define SYMBOLS_TEMPLATE "symbols.template"
#define GUIDEBOOK_FILE "Guidebook.txt"
/* Stuff to help the user with some common, yet significant errors */
#define INTERJECT_PANIC 0
#define INTERJECTION_TYPES (INTERJECT_PANIC + 1)