aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/xm-djgpp.h
diff options
context:
space:
mode:
authorLaurynas Biveinis <lauras@softhome.net>2000-05-11 06:18:26 +0000
committerJeff Law <law@gcc.gnu.org>2000-05-11 00:18:26 -0600
commit2798f0d41f831a30c6491d95f419b9ed05bdc2a5 (patch)
tree565800945a776e4036ca78b09418bcade31b2e06 /gcc/config/i386/xm-djgpp.h
parent02359929a645fc983957b0f6d671cbf88d7a9ad2 (diff)
downloadgcc-2798f0d41f831a30c6491d95f419b9ed05bdc2a5.zip
gcc-2798f0d41f831a30c6491d95f419b9ed05bdc2a5.tar.gz
gcc-2798f0d41f831a30c6491d95f419b9ed05bdc2a5.tar.bz2
* i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
From-SVN: r33838
Diffstat (limited to 'gcc/config/i386/xm-djgpp.h')
-rw-r--r--gcc/config/i386/xm-djgpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/xm-djgpp.h b/gcc/config/i386/xm-djgpp.h
index c7f3f82..e0c2bb5 100644
--- a/gcc/config/i386/xm-djgpp.h
+++ b/gcc/config/i386/xm-djgpp.h
@@ -52,5 +52,5 @@ Boston, MA 02111-1307, USA. */
strcpy (t, xref_ext); \
else \
strcat (xref_file, xref_ext); \
- while (0)
+ } while (0)