OSDN Git Service

Don't fix /**/ in X11 files; unnecessary
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Nov 1993 19:33:52 +0000 (19:33 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Nov 1993 19:33:52 +0000 (19:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5975 138bc75d-0d04-0410-961f-82ee72b054a4

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"