diff options
Diffstat (limited to 'gl/alloca.in.h')
-rw-r--r-- | gl/alloca.in.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gl/alloca.in.h b/gl/alloca.in.h index 8278288..6269607 100644 --- a/gl/alloca.in.h +++ b/gl/alloca.in.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* Memory allocation on the stack. | 1 | /* Memory allocation on the stack. |
2 | 2 | ||
3 | Copyright (C) 1995, 1999, 2001-2004, 2006-2007 Free Software | 3 | Copyright (C) 1995, 1999, 2001-2004, 2006-2008 Free Software |
4 | Foundation, Inc. | 4 | Foundation, Inc. |
5 | 5 | ||
6 | This program is free software; you can redistribute it and/or modify it | 6 | This program is free software; you can redistribute it and/or modify it |
@@ -42,6 +42,8 @@ | |||
42 | # elif defined _MSC_VER | 42 | # elif defined _MSC_VER |
43 | # include <malloc.h> | 43 | # include <malloc.h> |
44 | # define alloca _alloca | 44 | # define alloca _alloca |
45 | # elif defined __DECC && defined __VMS | ||
46 | # define alloca __ALLOCA | ||
45 | # else | 47 | # else |
46 | # include <stddef.h> | 48 | # include <stddef.h> |
47 | # ifdef __cplusplus | 49 | # ifdef __cplusplus |