diff options
Diffstat (limited to 'gcc/lambda.h')
-rw-r--r-- | gcc/lambda.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/lambda.h b/gcc/lambda.h index 2d321fbab6d..94ca90644e4 100644 --- a/gcc/lambda.h +++ b/gcc/lambda.h @@ -1,5 +1,6 @@ /* Lambda matrix and vector interface. - Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Free Software Foundation, Inc. Contributed by Daniel Berlin <dberlin@dberlin.org> This file is part of GCC. @@ -30,6 +31,7 @@ along with GCC; see the file COPYING3. If not see typedef int *lambda_vector; DEF_VEC_P(lambda_vector); DEF_VEC_ALLOC_P(lambda_vector,heap); +DEF_VEC_ALLOC_P(lambda_vector,gc); typedef VEC(lambda_vector, heap) *lambda_vector_vec_p; DEF_VEC_P (lambda_vector_vec_p); |