diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/LYForms.c | 4 | ||||
-rw-r--r-- | src/LYLeaks.c | 4 | ||||
-rw-r--r-- | src/LYUtils.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/LYForms.c b/src/LYForms.c index 6c9e93e4..fa8000dd 100644 --- a/src/LYForms.c +++ b/src/LYForms.c @@ -1,4 +1,4 @@ -/* $LynxId: LYForms.c,v 1.110 2013/10/13 18:39:48 tom Exp $ */ +/* $LynxId: LYForms.c,v 1.111 2013/12/07 13:46:58 tom Exp $ */ #include <HTUtils.h> #include <HTCJK.h> #include <HTTP.h> @@ -23,7 +23,7 @@ #if defined(VMS) && !defined(USE_SLANG) #define RepaintKey() 12 /* CTRL-L for repaint */ #else -#define RepaintKey() ((!enable_scrollback) ? 23 : 12) /* CTRL-W or CTRL-L */ +#define RepaintKey() ((!enable_scrollback) ? 23 : 12) /* CTRL-W or CTRL-L */ #endif /* VMS && !USE_SLANG */ static int form_getstr(int cur, diff --git a/src/LYLeaks.c b/src/LYLeaks.c index 160bf463..f6c71748 100644 --- a/src/LYLeaks.c +++ b/src/LYLeaks.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYLeaks.c,v 1.36 2012/02/10 00:33:39 tom Exp $ + * $LynxId: LYLeaks.c,v 1.37 2013/12/07 13:46:58 tom Exp $ * * Copyright (c) 1994, University of Kansas, All Rights Reserved * (this file was rewritten twice - 1998/1999 and 2003/2004) @@ -912,7 +912,7 @@ void LYLeakSABCat(bstring **dest, t->str = (char *) LYLeakRealloc(t->str, length, cp_File, ssi_Line); } else { if ((t = (bstring *) LYLeakCalloc(1, sizeof(bstring), cp_File, - ssi_Line)) == NULL) + ssi_Line)) == NULL) outofmem(__FILE__, "HTSACat"); assert(t != NULL); diff --git a/src/LYUtils.c b/src/LYUtils.c index cf549e62..e573ccab 100644 --- a/src/LYUtils.c +++ b/src/LYUtils.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYUtils.c,v 1.262 2013/11/29 00:04:25 tom Exp $ + * $LynxId: LYUtils.c,v 1.263 2013/12/09 11:21:42 tom Exp $ */ #include <HTUtils.h> #include <HTTCP.h> @@ -4583,7 +4583,7 @@ int win32_check_interrupt(void) return FALSE; } -#if !defined(__MINGW32__) +#if !defined(sleep) void sleep(unsigned sec) { unsigned int i, j; |