- increased the character loading/conversion routine that it includes the

entire ascii extended set (up to 255)
This commit is contained in:
2003-07-09 14:44:53 +00:00
parent 6fe633aef3
commit 7e082b8d8f

View File

@@ -51,8 +51,9 @@
#include "DNA_packedFile_types.h"
#include "DNA_curve_types.h"
// increased max to 255, including extended charset (ton)
#define myMIN_ASCII 32
#define myMAX_ASCII 126
#define myMAX_ASCII 255
// should come from arithb.c
#define MIN2(x,y) ( (x)<(y) ? (x) : (y) )