From e2b47c92a51fb4e010bff956a48a516d013f59fe Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 25 Feb 2004 12:59:59 +0000 Subject: INTEGRATION: CWS geordi2q15 (1.2.50); FILE MERGED 2004/02/20 12:50:33 hr 1.2.50.1: #111934#: merge CWS ooo111fix3 --- regexp/source/reclass.cxx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'regexp') diff --git a/regexp/source/reclass.cxx b/regexp/source/reclass.cxx index 9722411cc89e..6449ac3ef757 100644 --- a/regexp/source/reclass.cxx +++ b/regexp/source/reclass.cxx @@ -108,13 +108,7 @@ # ifdef __GNUC__ # define alloca __builtin_alloca # else /* not __GNUC__ */ -# if defined( FREEBSD ) -# include -# elif defined( WNT ) -# include -# else -# include -# endif /* HAVE_ALLOCA_H */ +# include # endif /* not __GNUC__ */ # endif /* not alloca */ -- cgit