diff options
author | John Gilmore <gnu@cygnus> | 1992-03-27 23:56:15 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-03-27 23:56:15 +0000 |
commit | c2e4669f8cc511833f293fdc03f6d63ee442bc9c (patch) | |
tree | d944a22860d9e589d4246341ba28c2a8afc35a64 /gdb/buildsym.c | |
parent | 46f88c11388317086f7963b7ff3cfdd0aad48941 (diff) | |
download | gdb-c2e4669f8cc511833f293fdc03f6d63ee442bc9c.zip gdb-c2e4669f8cc511833f293fdc03f6d63ee442bc9c.tar.gz gdb-c2e4669f8cc511833f293fdc03f6d63ee442bc9c.tar.bz2 |
Misc cleanups from code review.
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index f50ced7..eab5cb6 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -3011,9 +3011,6 @@ read_huge_number (pp, end, valu, bits) } } -#define MAX_OF_C_TYPE(t) ((1 << (sizeof (t)*8 - 1)) - 1) -#define MIN_OF_C_TYPE(t) (-(1 << (sizeof (t)*8 - 1))) - static struct type * read_range_type (pp, typenums, objfile) char **pp; |