mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 20:32:21 +08:00
* valops.c (VALUE_SUBSTRING_START): Delete.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2001-01-04 Nicholas Duffek <nsd@redhat.com>
|
||||||
|
|
||||||
|
* valops.c (VALUE_SUBSTRING_START): Delete.
|
||||||
|
|
||||||
2001-01-04 Nicholas Duffek <nsd@redhat.com>
|
2001-01-04 Nicholas Duffek <nsd@redhat.com>
|
||||||
|
|
||||||
* Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
|
* Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
|
||||||
|
@ -70,8 +70,6 @@ static struct fn_field *find_method_list (value_ptr * argp, char *method,
|
|||||||
|
|
||||||
void _initialize_valops (void);
|
void _initialize_valops (void);
|
||||||
|
|
||||||
#define VALUE_SUBSTRING_START(VAL) VALUE_FRAME(VAL)
|
|
||||||
|
|
||||||
/* Flag for whether we want to abandon failed expression evals by default. */
|
/* Flag for whether we want to abandon failed expression evals by default. */
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
Reference in New Issue
Block a user