diff options
author | Richard Stallman <rms@gnu.org> | 1993-10-27 23:35:43 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-10-27 23:35:43 +0000 |
commit | d3ed72f07d7cd9580b0ce182b0ccbe04c255af2e (patch) | |
tree | 14b0b5312420ad24bf2c67b066a1490a272cd4e4 | |
parent | 0af62b41cdf34768bec569d3a4d0ff7f6cada9a3 (diff) | |
download | gcc-d3ed72f07d7cd9580b0ce182b0ccbe04c255af2e.zip gcc-d3ed72f07d7cd9580b0ce182b0ccbe04c255af2e.tar.gz gcc-d3ed72f07d7cd9580b0ce182b0ccbe04c255af2e.tar.bz2 |
(NO_DOLLAR_IN_LABEL): Undefined.
From-SVN: r5923
-rw-r--r-- | gcc/config/m68k/amix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/m68k/amix.h b/gcc/config/m68k/amix.h index 0889248..e7b67b9 100644 --- a/gcc/config/m68k/amix.h +++ b/gcc/config/m68k/amix.h @@ -21,8 +21,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "m68k/m68kv4.h" -/* ler@lerami.lerctr.org reports as doesn't accept $. */ -#define NO_DOLLAR_IN_LABEL /* rhealey@aggregate.com says dots are no good either. */ #define NO_DOT_IN_LABEL |