* 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.
This commit is contained in:
parent
56da5fedc7
commit
92007e403c
5 changed files with 42 additions and 45 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue