Commit 86e33dc9 by Ian Lance Taylor

Don't remove /**/ from X11/xmd.h.

From-SVN: r5964
parent 0fc48de6
...@@ -1267,8 +1267,7 @@ done ...@@ -1267,8 +1267,7 @@ done
# These files in ARM/RISCiX use /**/ to concatenate tokens. # These files in ARM/RISCiX use /**/ to concatenate tokens.
for file in arm/as_support.h arm/mc_type.h arm/xcb.h dev/chardefmac.h \ for file in arm/as_support.h arm/mc_type.h arm/xcb.h dev/chardefmac.h \
dev/ps_irq.h dev/screen.h dev/scsi.h sys/tty.h \ dev/ps_irq.h dev/screen.h dev/scsi.h sys/tty.h \
X11/extensions/multibufst.h X11/Xmd.h X11/Xlibinit.h \ X11/extensions/multibufst.h X11/Xlibinit.h Xm.acorn/XmP.h
Xm.acorn/XmP.h
do do
if [ -r $file ] && [ ! -r ${LIB}/$file ]; then if [ -r $file ] && [ ! -r ${LIB}/$file ]; then
cp $file ${LIB}/$file >/dev/null 2>&1 || echo "Can't copy $file" cp $file ${LIB}/$file >/dev/null 2>&1 || echo "Can't copy $file"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment