diff options
Diffstat (limited to 'gcc/lambda.h')
-rw-r--r-- | gcc/lambda.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/lambda.h b/gcc/lambda.h index 9855b6f73ed..418cb041ca9 100644 --- a/gcc/lambda.h +++ b/gcc/lambda.h @@ -30,6 +30,9 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA integers. */ typedef int *lambda_vector; +DEF_VEC_P(lambda_vector); +DEF_VEC_ALLOC_P(lambda_vector,heap); + /* An integer matrix. A matrix consists of m vectors of length n (IE all vectors are the same length). */ typedef lambda_vector *lambda_matrix; |