From: Brian Havard Date: Mon, 19 Mar 2001 13:01:20 +0000 (+0000) Subject: Under OS/2's emx gcc (and maybe others) uninitialized global variables don't X-Git-Tag: 2.0.15~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8251bfc3d91dd70b5dc10bab3306926ae1604fce;p=thirdparty%2Fapache%2Fhttpd.git Under OS/2's emx gcc (and maybe others) uninitialized global variables don't get exported so initialize ap_ugly_hack to something. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88536 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/buildexports.sh b/build/buildexports.sh index 48711123844..cbf87802d48 100755 --- a/build/buildexports.sh +++ b/build/buildexports.sh @@ -26,7 +26,7 @@ do done echo "" -echo "const void *ap_ugly_hack;" +echo "const void *ap_ugly_hack = NULL;" echo "" # convert export files (on STDIN) into a series of declarations