diff options
Diffstat (limited to 'bfd/coff-tic80.c')
-rw-r--r-- | bfd/coff-tic80.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-tic80.c b/bfd/coff-tic80.c index 4bd96fc..22d4e94 100644 --- a/bfd/coff-tic80.c +++ b/bfd/coff-tic80.c @@ -32,7 +32,7 @@ /* Newlib-based hosts define _CONST as a STDC-safe alias for const, but to the tic80 toolchain it means something altogether different. Since sysdep.h will have pulled in stdio.h and hence _ansi.h which - contains this definition, we must undef it before including the + contains this definition, we must undef it before including the tic80-specific definition. */ #undef _CONST #endif /* _CONST */ |