diff urogue/memory.c @ 308:13b482bd9e66

Fix a few more miscellaneous compiler warnings.
author John "Elwin" Edwards
date Sat, 01 May 2021 09:51:30 -0400
parents e52a8a7ad4c5
children
line wrap: on
line diff
--- a/urogue/memory.c	Fri Apr 30 20:48:30 2021 -0400
+++ b/urogue/memory.c	Sat May 01 09:51:30 2021 -0400
@@ -19,8 +19,6 @@
 #include "config.h"
 #endif
 
-static char sccsid[] = "%W%\t%G%";
-
 /*	Debugging memory allocation code that tries to trap common memory problems
 	like overwriting storage and stepping on memory pointer chains. If code
 	doesn't use malloc, free, and realloc a lot, these routines can be left in