summaryrefslogtreecommitdiff
path: root/gdb/objc-lang.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-07-26 20:11:10 +0000
committerTom Tromey <tromey@redhat.com>2012-07-26 20:11:10 +0000
commitf2e8016f4120fda5b9b7bd4e739852808fb03f46 (patch)
tree8915cb002cf229c8c35f6e1d88a17aa969a4122d /gdb/objc-lang.h
parentf66713d24ad2c0a2e3d0e480119716f6d75a837e (diff)
* Makefile.in (SFILES): Remove objc-exp.y.
(YYFILES): Remove objc-exp.c. (YYOBJ): Remove objc-exp.o. (local-maintainer-clean): Don't mention objc-exp.c. * c-exp.y: Include objc-lang.h. (%union) <class>: New field. (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens. (exp): Clone subscript production for OBJC_LBRAC. Add various Objective C productions. (msglist, msgarglist, msgarg): New productions. (array_mod, func_mod, operator): Clone productions for OBJC_LBRAC. (parse_string_or_char): Handle '@' strings. (lex_one_token): Return OBJC_LBRAC. Recognize @selector. (classify_name): Check la_name_of_this. Recognize ObjC class names. * objc-exp.y: Remove. * objc-lang.c (objc_language_defn): Use c_parse, c_error. * objc-lang.h (objc_parse, objc_error): Don't declare. gdb/testsuite * gdb.objc/print.exp (test_float_accepted): Remove kfails.
Diffstat (limited to 'gdb/objc-lang.h')
-rw-r--r--gdb/objc-lang.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/objc-lang.h b/gdb/objc-lang.h
index 593ef02222..1feeca4fa6 100644
--- a/gdb/objc-lang.h
+++ b/gdb/objc-lang.h
@@ -27,10 +27,6 @@ struct stoken;
struct value;
struct block;
-extern int objc_parse (void); /* Defined in c-exp.y */
-
-extern void objc_error (char *); /* Defined in c-exp.y */
-
extern CORE_ADDR lookup_objc_class (struct gdbarch *gdbarch,
char *classname);
extern CORE_ADDR lookup_child_selector (struct gdbarch *gdbarch,