diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-09-19 03:58:41 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-09-19 03:58:41 +0000 |
commit | 389e51db103b5c811f1849228c2c5e9e71062f5a (patch) | |
tree | f29314af18fc82fc8eaeaf5b9ac5ddb55d09fd5c /gdb/parser-defs.h | |
parent | 3b4efeaa2da94f19becde56d8c8f9693367acafc (diff) | |
download | gdb-389e51db103b5c811f1849228c2c5e9e71062f5a.zip gdb-389e51db103b5c811f1849228c2c5e9e71062f5a.tar.gz gdb-389e51db103b5c811f1849228c2c5e9e71062f5a.tar.bz2 |
Revert previous change. Not obvious.
Diffstat (limited to 'gdb/parser-defs.h')
-rw-r--r-- | gdb/parser-defs.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gdb/parser-defs.h b/gdb/parser-defs.h index ba13fb7..748208a 100644 --- a/gdb/parser-defs.h +++ b/gdb/parser-defs.h @@ -79,14 +79,6 @@ struct symtoken int is_a_field_of_this; }; -struct objc_class_str - { - struct stoken stoken; - struct type *type; - int class; - }; - - /* For parsing of complicated types. An array should be preceded in the list by the size of the array. */ enum type_pieces @@ -224,11 +216,6 @@ struct op_print extern int target_map_name_to_register (char *, int); -/* for parsing Objective C */ -extern void start_msglist (void); -extern void add_msglist (struct stoken *str, int addcolon); -extern int end_msglist (void); - /* Function used to avoid direct calls to fprintf in the code generated by the bison parser. */ |