Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2002-06-08 11:32:12 +0400
committerAlan Modra <modra@gmail.com>2002-06-08 11:32:12 +0400
commitbdc9d6f5bffec4ed5eed5e37db076cbb6c7b9ceb (patch)
tree18fdd055859c842cdb0508b761249b8ecae94563 /include/opcode/dlx.h
parentf61563846de3f292d53b53ba885b97dc1003fffc (diff)
* 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/dlx.h')
-rw-r--r--include/opcode/dlx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/dlx.h b/include/opcode/dlx.h
index 23e3b00bc..e1b249f85 100644
--- a/include/opcode/dlx.h
+++ b/include/opcode/dlx.h
@@ -163,7 +163,7 @@ struct dlx_opcode
char *args;
};
-static CONST struct dlx_opcode dlx_opcodes[] =
+static const struct dlx_opcode dlx_opcodes[] =
{
/* Arithmetic and Logic R-TYPE instructions. */
{ "nop", (ALUOP|NOPF), "N" }, /* NOP */