diff options
Diffstat (limited to 'gcc/config/i386')
-rw-r--r-- | gcc/config/i386/xm-djgpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/xm-djgpp.h b/gcc/config/i386/xm-djgpp.h index c7f3f82dc9b..e0c2bb5145d 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) |