From 8729c355edc0e0a9763f7f9c091351a12a642f54 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Mon, 1 Nov 2010 22:19:09 -0400 Subject: snapshot of project "lynx", label v2-8-8dev_6a --- WWW/Library/Implementation/www_tcp.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'WWW/Library/Implementation/www_tcp.h') diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h index 4e47d788..d221f23d 100644 --- a/WWW/Library/Implementation/www_tcp.h +++ b/WWW/Library/Implementation/www_tcp.h @@ -1,5 +1,5 @@ /* System dependencies in the W3 library - * $LynxId: www_tcp.h,v 1.45 2010/09/25 16:24:45 tom Exp $ + * $LynxId: www_tcp.h,v 1.47 2010/10/31 17:56:16 tom Exp $ * SYSTEM DEPENDENCIES @@ -159,7 +159,8 @@ extern const unsigned char IBM1047[]; /* For debugging #include #define TOASCII(c) (assert((c)>=0 && (c)<256), un_IBM1047[c]) -*//* for production */ +*/ +/* for production */ #define TOASCII(c) (un_IBM1047[c]) #define FROMASCII(c) (IBM1047[c]) @@ -746,10 +747,10 @@ typedef unsigned short mode_t; # ifdef HAVE_LIMITS_H # include -# endif /* HAVE_LIMITS_H */ +# endif /* HAVE_LIMITS_H */ # if !defined(MAXINT) && defined(INT_MAX) # define MAXINT INT_MAX -# endif /* !MAXINT && INT_MAX */ +# endif /* !MAXINT && INT_MAX */ #else -- cgit 1.4.1-2-gfad0