summaryrefslogtreecommitdiffstats
path: root/gl/alloca.in.h
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-15 09:22:57 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-15 10:19:08 (GMT)
commit71cdb52799220f8d9052643baf1d3e9836a9c755 (patch)
tree27aee97a35d9ab51f0d8f64a46690bd41a5f8c1b /gl/alloca.in.h
parentf7afa46586645e50498d8b2d0c67884f014dc3a4 (diff)
downloadmonitoring-plugins-71cdb52799220f8d9052643baf1d3e9836a9c755.tar.gz
Sync with gnulib
Diffstat (limited to 'gl/alloca.in.h')
-rw-r--r--gl/alloca.in.h4
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