diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 1993-11-01 20:19:12 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 1993-11-01 20:19:12 +0000 |
commit | 86e33dc9d22f93a6e8c37cca419341279ab2024f (patch) | |
tree | 4f6c5ae35c99bc49414c1da02089eef19405a123 | |
parent | 0fc48de672ca06ddf326f4d2410f21b63adf04c0 (diff) | |
download | gcc-86e33dc9d22f93a6e8c37cca419341279ab2024f.zip gcc-86e33dc9d22f93a6e8c37cca419341279ab2024f.tar.gz gcc-86e33dc9d22f93a6e8c37cca419341279ab2024f.tar.bz2 |
Don't remove /**/ from X11/xmd.h.
From-SVN: r5964
-rwxr-xr-x | gcc/fixincludes | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/fixincludes b/gcc/fixincludes index 4b4e7895..7f63a39 100755 --- a/gcc/fixincludes +++ b/gcc/fixincludes @@ -1267,8 +1267,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/Xmd.h X11/Xlibinit.h \ - Xm.acorn/XmP.h + X11/extensions/multibufst.h X11/Xlibinit.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" |