]> granicus.if.org Git - apache/commitdiff
Under OS/2's emx gcc (and maybe others) uninitialized global variables don't
authorBrian Havard <bjh@apache.org>
Mon, 19 Mar 2001 13:01:20 +0000 (13:01 +0000)
committerBrian Havard <bjh@apache.org>
Mon, 19 Mar 2001 13:01:20 +0000 (13:01 +0000)
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

build/buildexports.sh

index 48711123844a719513835f5fac5fb812b00c8577..cbf87802d48df381250aa603ad70c226bf864175 100755 (executable)
@@ -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