From: Guenter Knauf Date: Sat, 18 Jul 2009 22:21:57 +0000 (+0000) Subject: removed useless comments added with r795438. X-Git-Tag: 2.3.3~429 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1dcb7a36d2d7806c5c41985e0b59d31a2d81175d;p=thirdparty%2Fapache%2Fhttpd.git removed useless comments added with r795438. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@795440 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/gen_test_char.c b/server/gen_test_char.c index 4e3fb47129b..628556edd58 100644 --- a/server/gen_test_char.c +++ b/server/gen_test_char.c @@ -16,13 +16,9 @@ #ifdef CROSS_COMPILE -/** @see isalnum */ #define apr_isalnum(c) (isalnum(((unsigned char)(c)))) -/** @see isalpha */ #define apr_isalpha(c) (isalpha(((unsigned char)(c)))) -/** @see iscntrl */ #define apr_iscntrl(c) (iscntrl(((unsigned char)(c)))) -/** @see isprint */ #define apr_isprint(c) (isprint(((unsigned char)(c)))) #include #define APR_HAVE_STDIO_H 1