remove definition for FLDNAME_SZ

This commit is contained in:
Marty Kraimer
2002-03-08 17:04:13 +00:00
parent 8d3bc7abec
commit 2db3c5985b
-2
View File
@@ -91,10 +91,8 @@
((int) &(((structure *) 0) -> member))
#endif
/* FLDNAME_SZ must be 4 */
#define PVNAME_STRINGSZ 61 /* includes NULL terminator for PVNAME_SZ */
#define PVNAME_SZ (PVNAME_STRINGSZ - 1) /*Process Variable Name Size */
#define FLDNAME_SZ 4 /*Field Name Size */
#define DB_MAX_CHOICES 30