comparison 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
comparison
equal deleted inserted replaced
373:00fced888c5d 374:8e25147c2aa8
23 #include <stdlib.h> 23 #include <stdlib.h>
24 #include <string.h> 24 #include <string.h>
25 #include <ctype.h> 25 #include <ctype.h>
26 26
27 #include "lw_alloc.h" 27 #include "lw_alloc.h"
28
29 #define ___lw_cmdline_c_seen___
30 #include "lw_cmdline.h" 28 #include "lw_cmdline.h"
31 29
32 #define DOCCOL 30 30 #define DOCCOL 30
33 #define LLEN 78 31 #define LLEN 78
34 32