diff options
author | Alan Modra <modra@gmail.com> | 2002-06-08 07:32:12 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2002-06-08 07:32:12 +0000 |
commit | bdc9d6f5bffec4ed5eed5e37db076cbb6c7b9ceb (patch) | |
tree | 18fdd055859c842cdb0508b761249b8ecae94563 /include/opcode/or32.h | |
parent | f61563846de3f292d53b53ba885b97dc1003fffc (diff) | |
download | cygnal-bdc9d6f5bffec4ed5eed5e37db076cbb6c7b9ceb.tar.gz cygnal-bdc9d6f5bffec4ed5eed5e37db076cbb6c7b9ceb.tar.bz2 cygnal-bdc9d6f5bffec4ed5eed5e37db076cbb6c7b9ceb.zip |
* 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 05c532667..4609a48db 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__ |