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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8251bfc3d91dd70b5dc10bab3306926ae1604fce;p=apache 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 4871112384..cbf87802d4 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