Commit 86418ea8 authored by Brian Havard's avatar Brian Havard
Browse files

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
parent e3f1a911
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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