Commit 1f10df15 by Ian Lance Taylor

Don't fix /**/ in X11 files; unnecessary

From-SVN: r5975
parent e50ea3d0
......@@ -1326,8 +1326,7 @@ done
# 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 \
dev/ps_irq.h dev/screen.h dev/scsi.h sys/tty.h \
X11/extensions/multibufst.h X11/Xlibinit.h Xm.acorn/XmP.h
dev/ps_irq.h dev/screen.h dev/scsi.h sys/tty.h Xm.acorn/XmP.h
do
if [ -r $file ] && [ ! -r ${LIB}/$file ]; then
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