Introduce objc_nsstring_operation

This adds class objc_nsstring_operation, which implements
OP_OBJC_NSSTRING.

gdb/ChangeLog
2021-03-08  Tom Tromey  <tom@tromey.com>

	* eval.c: Include c-exp.h.
	* c-exp.h (class objc_nsstring_operation): New.
This commit is contained in:
Tom Tromey 2021-03-08 07:27:57 -07:00
parent 72d0a71134
commit 06dc61b9df
3 changed files with 28 additions and 0 deletions

View file

@ -41,6 +41,7 @@
#include "typeprint.h"
#include <ctype.h>
#include "expop.h"
#include "c-exp.h"
/* Prototypes for local functions. */