diff lwlib/lw_cmdline.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 806e5fc6dd93
children b138b4005125
line wrap: on
line diff
--- a/lwlib/lw_cmdline.c	Wed Jun 24 19:39:13 2015 -0600
+++ b/lwlib/lw_cmdline.c	Mon Jul 13 20:31:56 2015 -0600
@@ -25,8 +25,6 @@
 #include <ctype.h>
 
 #include "lw_alloc.h"
-
-#define ___lw_cmdline_c_seen___
 #include "lw_cmdline.h"
 
 #define DOCCOL 30