diff lwlib/lw_free.c @ 374:8e25147c2aa8

Clean up various "externs" Apparently some compilers seriously choke on the "extern" keyword in some circumstances where GCC does not. Remove most instances of "extern" to guard against that. Thanks to Erik G <erik@6809.org> for the patch.
author William Astle <lost@l-w.ca>
date Mon, 13 Jul 2015 20:31:56 -0600
parents ac311e7ffed6
children
line wrap: on
line diff
--- a/lwlib/lw_free.c	Wed Jun 24 19:39:13 2015 -0600
+++ b/lwlib/lw_free.c	Mon Jul 13 20:31:56 2015 -0600
@@ -21,7 +21,6 @@
 
 #include <stdlib.h>
 
-#define ___lw_alloc_c_seen___
 #include "lw_alloc.h"
 
 void lw_free(void *P)