for data, but not harmful for functions)
old warning: "exports.c:59: warning: initialization discards `const' from pointer target type"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86784
13f79535-47bb-0310-9956-
ffa450edef68
do
if [ "x`echo $LINE | egrep '^[:space:]*apr_'`" != "x" ]; then
newline=`echo "$LINE" |\
- sed -e 's%^\(.*\)%void *ap_hack_\1 = \1\;%'`
+ sed -e 's%^\(.*\)%const void *ap_hack_\1 = \1\;%'`
echo $newline
fi
done