From: Victor J. Orlikowski Date: Sat, 9 Jun 2001 08:05:53 +0000 (+0000) Subject: Slight Clean-up. X-Git-Tag: 2.0.19~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8a4cac86250bf2ee69fd8bbc6f5636ac37b6645;p=thirdparty%2Fapache%2Fhttpd.git Slight Clean-up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89317 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/make_var_export.awk b/build/make_var_export.awk index 62263f10e68..966e14ecc70 100644 --- a/build/make_var_export.awk +++ b/build/make_var_export.awk @@ -20,7 +20,7 @@ /^#[ \t]*endif/ { if (count > 0) { count-- - line = line "#endif " macro "\n" + line = line "#endif /* " macro " */\n" macro = macro_stack[--macro_no] } if (count == 0) {