comparison urogue/dict.h @ 308:13b482bd9e66

Fix a few more miscellaneous compiler warnings.
author John "Elwin" Edwards
date Sat, 01 May 2021 09:51:30 -0400
parents c495a4f288c6
children
comparison
equal deleted inserted replaced
307:32bc72dcbf4f 308:13b482bd9e66
15 structure defintions and fields in DICTIONARY structure 15 structure defintions and fields in DICTIONARY structure
16 -------------------*/ 16 -------------------*/
17 17
18 #ifndef dict_h_included 18 #ifndef dict_h_included
19 #define dict_h_included 19 #define dict_h_included
20
21 static char dict_sccsid[] = "%W% %G%";
22 20
23 #ifndef TRUE 21 #ifndef TRUE
24 #define TRUE 1 22 #define TRUE 1
25 #define FALSE 0 23 #define FALSE 0
26 #endif 24 #endif