Mercurial > hg > early-roguelike
comparison urogue/dictutil.c @ 308:13b482bd9e66
Fix a few more miscellaneous compiler warnings.
| author | John "Elwin" Edwards |
|---|---|
| date | Sat, 01 May 2021 09:51:30 -0400 |
| parents | c4b12d2d1dcd |
| children |
comparison
equal
deleted
inserted
replaced
| 307:32bc72dcbf4f | 308:13b482bd9e66 |
|---|---|
| 9 */ | 9 */ |
| 10 | 10 |
| 11 /************************************************************************* | 11 /************************************************************************* |
| 12 ** Utilities for Dictionary Maintenence Functions | 12 ** Utilities for Dictionary Maintenence Functions |
| 13 *************************************************************************/ | 13 *************************************************************************/ |
| 14 | |
| 15 static char sccsid[] = "%W% %G%"; | |
| 16 | 14 |
| 17 #include <stdio.h> | 15 #include <stdio.h> |
| 18 #include <string.h> | 16 #include <string.h> |
| 19 #include <stdlib.h> | 17 #include <stdlib.h> |
| 20 #if !defined(OS2) && !defined(_WIN32) | 18 #if !defined(OS2) && !defined(_WIN32) |
