comparison urogue/dictutil.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
12 /* HEADERS FOR DICTIONARY MAINTENENCE ROUTINE UTILITIES */ 12 /* HEADERS FOR DICTIONARY MAINTENENCE ROUTINE UTILITIES */
13 /****************************************************************/ 13 /****************************************************************/
14 14
15 #ifndef dictutil_h_included 15 #ifndef dictutil_h_included
16 #define dictutil_h_included 16 #define dictutil_h_included
17
18 static char dictutil_sccsid[] = "%W% %G%";
19 17
20 #include <stdio.h> 18 #include <stdio.h>
21 #include "dict.h" 19 #include "dict.h"
22 20
23 /*------------------------------- 21 /*-------------------------------