diff options
author | Alan Modra <amodra@bigpond.net.au> | 2002-06-08 07:32:12 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2002-06-08 07:32:12 +0000 |
commit | bfc7b0531ae4490412c594e4c1760fbf87ccec52 (patch) | |
tree | bcc69f2cb0ee6747d3a11e7d5f1c9924e2409706 /include/opcode/or32.h | |
parent | 105f20de8eadb6b24f8fee807cda564421a394a6 (diff) | |
download | binutils-redhat-bfc7b0531ae4490412c594e4c1760fbf87ccec52.tar.gz |
* a29k.h: Replace CONST with const.
(CONST): Don't define.
* convex.h: Replace CONST with const.
(CONST): Don't define.
* dlx.h: Replace CONST with const.
* or32.h (CONST): Don't define.
Diffstat (limited to 'include/opcode/or32.h')
-rw-r--r-- | include/opcode/or32.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/opcode/or32.h b/include/opcode/or32.h index 05c532667d..4609a48db5 100644 --- a/include/opcode/or32.h +++ b/include/opcode/or32.h @@ -31,10 +31,6 @@ #define PARAMS(x) x #endif -#ifndef CONST -#define CONST const -#endif - #define MAX_GPRS 32 #define PAGE_SIZE 4096 #undef __HALF_WORD_INSN__ |