Don't fix /**/ in X11 files; unnecessary
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 2 Nov 1993 19:33:52 +0000 (19:33 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 2 Nov 1993 19:33:52 +0000 (19:33 +0000)
From-SVN: r5975

gcc/fixincludes

index d34dee3..39d93cd 100755 (executable)
@@ -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"