diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-05-23 23:18:52 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-05-23 23:18:52 -0400 |
commit | 06cddc6badf9b4a4791361cfbeffc5b1e2d2d6a6 (patch) | |
tree | 7412c28c8d53c8064dd5ca3445fbbd110df54b04 /src/LYUtils.c | |
parent | d326f24d169154673717129098ff4554a673f178 (diff) | |
download | lynx-snapshots-06cddc6badf9b4a4791361cfbeffc5b1e2d2d6a6.tar.gz |
snapshot of project "lynx", label v2-8-6dev_4
Diffstat (limited to 'src/LYUtils.c')
-rw-r--r-- | src/LYUtils.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/LYUtils.c b/src/LYUtils.c index f95a380c..47dbcb29 100644 --- a/src/LYUtils.c +++ b/src/LYUtils.c @@ -36,10 +36,6 @@ int kbhit(void); #include <HTFile.h> #endif -#ifdef _WIN_CC -extern int exec_command(char *cmd, int wait_flag); /* xsystem.c */ -#endif - #ifdef _WINDOWS /* 1998/04/30 (Thu) 19:04:25 */ #define GETPID() (getpid() & 0xffff) #else @@ -6383,7 +6379,7 @@ typedef struct uipage_entry { } uip_entry; #define UIP_F_MULTI 0x0001 /* flag: track multiple instances */ -#define UIP_F_LIMIT 0x0002 /* flag: limit size of alturl list */ +#define UIP_F_LIMIT 0x0002 /* flag: limit size of alturls list */ #define UIP_F_LMULTI (UIP_F_MULTI | UIP_F_LIMIT) /* *INDENT-OFF* */ static uip_entry ly_uip[] = |