From 06dc61b9dfe5f76740b46be8f6e61ea699268fb1 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 8 Mar 2021 07:27:57 -0700 Subject: Introduce objc_nsstring_operation This adds class objc_nsstring_operation, which implements OP_OBJC_NSSTRING. gdb/ChangeLog 2021-03-08 Tom Tromey * eval.c: Include c-exp.h. * c-exp.h (class objc_nsstring_operation): New. --- gdb/eval.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/eval.c') diff --git a/gdb/eval.c b/gdb/eval.c index c667925..f1553da 100644 --- a/gdb/eval.c +++ b/gdb/eval.c @@ -41,6 +41,7 @@ #include "typeprint.h" #include #include "expop.h" +#include "c-exp.h" /* Prototypes for local functions. */ -- cgit v1.1