diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 14:07:44 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 14:07:44 +0000 |
commit | c2ba7ea6b0058d8b68e80c5e7fa25795e0090992 (patch) | |
tree | 1e247e45274bc6ac9fbba0af517d425be6f95818 /sal/inc | |
parent | cf8cfaffee9c3c92955af7cb6d79f262b702212c (diff) |
INTEGRATION: CWS os2port01 (1.4.174); FILE MERGED
2006/11/29 14:26:31 ydario 1.4.174.1: Initial OS/2 import.
Diffstat (limited to 'sal/inc')
-rw-r--r-- | sal/inc/sal/alloca.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/inc/sal/alloca.h b/sal/inc/sal/alloca.h index 86d1cb39f6b5..6aaf39d83880 100644 --- a/sal/inc/sal/alloca.h +++ b/sal/inc/sal/alloca.h @@ -4,9 +4,9 @@ * * $RCSfile: alloca.h,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:46:27 $ + * last change: $Author: vg $ $Date: 2007-09-20 15:07:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,7 @@ #ifndef INCLUDED_SAL_ALLOCA_H #define INCLUDED_SAL_ALLOCA_H -#if defined (SOLARIS) || defined (LINUX) || defined (IRIX) +#if defined (SOLARIS) || defined (LINUX) || defined (IRIX) || defined(__EMX__) #ifndef INCLUDED_ALLOCA_H #include <alloca.h> |