merge two sets of patches to makedefs.c,qtext.h

Changes to be committed:
	modified:   include/qtext.h
	modified:   util/makedefs.c
This commit is contained in:
nhmall
2015-05-24 10:27:03 -04:00
parent cc50ecda67
commit 194fd2f78c
2 changed files with 9 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ struct qthdr {
#define TEXT_TRUNC "Text record truncated at line %d\n"
#define OUT_OF_HEADERS "Too many message types (line %d)\nAdjust N_HDR in qtext.h and recompile.\n"
#define OUT_OF_MESSAGES "Too many messages in class (line %d)\nAdjust N_MSG in qtext.h and recompile.\n"
#define QLINE_TOO_LONG "Line %d too long; truncated\n"
#else /***** !MAKEDEFS *****/