aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-08-05 22:31:05 +0000
committerK. Richard Pixley <rich@cygnus>1991-08-05 22:31:05 +0000
commit3a668184f2e66695f2741a2b17bac6105378e1d2 (patch)
tree520632b224299e71099e330977e88b261beff6b1 /include
parentb81fa6a21c09b087c0f7b7a28e9faf167324819c (diff)
downloadgdb-3a668184f2e66695f2741a2b17bac6105378e1d2.zip
gdb-3a668184f2e66695f2741a2b17bac6105378e1d2.tar.gz
gdb-3a668184f2e66695f2741a2b17bac6105378e1d2.tar.bz2
*** empty log message ***
Diffstat (limited to 'include')
-rwxr-xr-xinclude/a29k-opcode.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/a29k-opcode.h b/include/a29k-opcode.h
index b2972ff..c455462 100755
--- a/include/a29k-opcode.h
+++ b/include/a29k-opcode.h
@@ -63,7 +63,7 @@ struct a29k_opcode {
char *args;
};
-static CONST struct a29k_opcode a29k_opcodes[] =
+static const struct a29k_opcode a29k_opcodes[] =
{
{ "add", 0x14000000, "c,a,b" },
@@ -279,11 +279,14 @@ static CONST struct a29k_opcode a29k_opcodes[] =
if we've run off the end of the table. */
};
-CONST unsigned int num_opcodes = (((sizeof a29k_opcodes) / (sizeof a29k_opcodes[0])) - 1);
+const unsigned int num_opcodes = (((sizeof a29k_opcodes) / (sizeof a29k_opcodes[0])) - 1);
/*
* $Log$
- * Revision 1.2 1991/07/15 23:34:04 steve
+ * Revision 1.3 1991/08/05 22:31:05 rich
+ * *** empty log message ***
+ *
+ * Revision 1.2 1991/07/15 23:34:04 steve
* *** empty log message ***
*
* Revision 1.1 1991/05/19 00:19:33 rich