diff options
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r-- | gcc/libgcc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index c25d5fb..5da024d 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -1663,7 +1663,7 @@ __builtin_delete (void *ptr) } #endif -#ifdef L_op_vec_delete +#ifdef L_op_vec_del /* operator delete [] (void *), described in 17.3.3.4. This function is used by C++ programs to return to the free store a block of memory allocated as an array. */ |