diff options
Diffstat (limited to 'gcc/genautomata.c')
-rw-r--r-- | gcc/genautomata.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/genautomata.c b/gcc/genautomata.c index a43b983..08f8173 100644 --- a/gcc/genautomata.c +++ b/gcc/genautomata.c @@ -595,14 +595,8 @@ static struct obstack irp; #define VLA_HWINT_BEGIN(vla) (&VARRAY_WIDE_INT ((vla).varray, 0)) -/* Do not use side effects in the macro argument. */ -#define VLA_HWINT_LAST(vla) (&VARRAY_WIDE_INT ((vla).varray, \ - (vla).length - 1)) - #define VLA_HWINT_NULLIFY(vla) ((vla).length = 0) -#define VLA_HWINT_SHORTEN(vla, n) ((vla).length -= (n)) - #define VLA_HWINT_EXPAND(vla, n) \ do { \ vla_hwint_t *const expand_vla_ptr = &(vla); \ |