summaryrefslogtreecommitdiff
path: root/gdb/macrotab.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-08-23 20:30:13 +0000
committerTom Tromey <tromey@redhat.com>2008-08-23 20:30:13 +0000
commit42dad2acd2a05201e3733af6511dbbfeb3d765d4 (patch)
treee33e136f8bb3ebaf943b08225d7257b1f8d41b03 /gdb/macrotab.h
parenta5a53a77bb9be9cc703fc16e2528ea92bfb30c59 (diff)
downloadgdb-42dad2acd2a05201e3733af6511dbbfeb3d765d4.tar.gz
* macrotab.h (struct macro_definition) <kind>: Shrink to one bit.
(argc): Now 31 bits.
Diffstat (limited to 'gdb/macrotab.h')
-rw-r--r--gdb/macrotab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/macrotab.h b/gdb/macrotab.h
index 5ff36ea2cd6..71f1d3ed547 100644
--- a/gdb/macrotab.h
+++ b/gdb/macrotab.h
@@ -269,12 +269,12 @@ struct macro_definition
struct macro_table *table;
/* What kind of macro it is. */
- enum macro_kind kind;
+ ENUM_BITFIELD (macro_kind) kind : 1;
/* If `kind' is `macro_function_like', the number of arguments it
takes, and their names. The names, and the array of pointers to
them, are in the table's bcache, if it has one. */
- int argc;
+ int argc : 31;
const char * const *argv;
/* The replacement string (body) of the macro. This is in the