diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-02-14 16:48:12 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-02-14 16:48:12 +0000 |
commit | 368e929e895e20adff7ec301e083696444bca54e (patch) | |
tree | 006b80149451b70e7d4314602d89e6e73b374460 /gnome-base/ORBit/files | |
parent | chango (diff) | |
download | historical-368e929e895e20adff7ec301e083696444bca54e.tar.gz historical-368e929e895e20adff7ec301e083696444bca54e.tar.bz2 historical-368e929e895e20adff7ec301e083696444bca54e.zip |
Whoops! Adding the important files.
Diffstat (limited to 'gnome-base/ORBit/files')
-rw-r--r-- | gnome-base/ORBit/files/alloca.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-base/ORBit/files/alloca.diff b/gnome-base/ORBit/files/alloca.diff new file mode 100644 index 000000000000..c77c6fa97c64 --- /dev/null +++ b/gnome-base/ORBit/files/alloca.diff @@ -0,0 +1,11 @@ +--- src/ORBitutil/os-feature-alloca.h 2000-01-18 11:36:13.000000000 -0500 ++++ src/ORBitutil/os-feature-alloca.h 2002-02-10 02:39:26.000000000 -0500 +@@ -9,7 +9,7 @@ + + # if defined(__GNUC__) + +-# if defined(__STRICT_ANSI__) ++# if defined(__STRICT_ANSI__) && !defined(alloca) + # define alloca __builtin_alloca + # endif + |