INTEGRATION: CWS pj16 (1.5.8); FILE MERGED
2005/01/09 16:42:00 pjanik 1.5.8.1: #i40184#: FreeBSD doesn't have alloca.h.
This commit is contained in:
parent
8ee59249de
commit
bb32f684c7
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: xmlparse.cxx,v $
|
||||
*
|
||||
* $Revision: 1.6 $
|
||||
* $Revision: 1.7 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2005-01-13 19:18:18 $
|
||||
* last change: $Author: kz $ $Date: 2005-01-18 15:12:15 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -67,7 +67,7 @@
|
|||
#ifdef WIN32
|
||||
#include <malloc.h>
|
||||
#else
|
||||
#ifndef MACOSX
|
||||
#if !(defined(MACOSX) || defined(FREEBSD))
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue