removed invalid '#pragma interface' in source files (instead of headers?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12474
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
--- /dev/null
+HelpGenM*Data
+*Classic?Debug*
+*Classic?Release*
+*Carbon?Debug*
+*Carbon?Release*
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
-#pragma implementation "acell.h"
-#pragma interface
+# pragma implementation "acell.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#endif
// For compilers that support precompilation, includes "wx/wx.h".
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
-#pragma implementation "ifcontext.h"
-#pragma interface
+# pragma implementation "ifcontext.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wx.h"
#endif
#include "wx/wx.h"
#endif
+#ifdef HAVE_MALLOC_H
+# include <malloc.h>
+#endif
#include <stdio.h>
#include "ifcontext.h"
#include <stdio.h>
#include "ifcontext.h"
#include "wx/wx.h"
#endif
#include "wx/wx.h"
#endif
+#ifdef HAVE_MALLOC_H
+# include <malloc.h>
+#endif
#include <string.h>
#include <memory.h>
#include <string.h>
#include <memory.h>
#endif
#if defined( wxUSE_TEMPLATE_STL )
#endif
#if defined( wxUSE_TEMPLATE_STL )
-
- #include "wxstlac.h"
-
#endif
#include "sourcepainter.h"
#endif
#include "sourcepainter.h"
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
-#pragma implementation "srcparser.h"
-#pragma interface
+# pragma implementation "srcparser.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wx.h"
#endif
#include "wx/wx.h"
#endif
+#ifdef HAVE_MALLOC_H
+# include <malloc.h>
+#endif
#include <stdio.h>
#include "srcparser.h"
#include <stdio.h>
#include "srcparser.h"
#endif
#include <stddef.h>
#endif
#include <stddef.h>
+#if !defined(__WXMAC__) || defined(__DARWIN__)
+# include <sys/types.h>
+#endif
#include <memory.h>
#include <limits.h>
#include <new.h>
#include <memory.h>
#include <limits.h>
#include <new.h>
-#define __DEFINE_MAP(ARG_IS_UNIQUE, KEY_TYPE, VAL_TYPE, FUNCTOR ) __DEFINE_ASOC_CLASS( ARG_IS_UNIQUE,\
+#define __DEFINE_MAP(ARG_IS_UNIQUE, KEY_TYPE, VAL_TYPE, FUNCTOR ) \
+__DEFINE_ASOC_CLASS( ARG_IS_UNIQUE,\
FUNCTOR,\
__WXSTLMAP_##KEY_TYPE##VAL_TYPE##ARG_IS_UNIQUE, \
struct key_value_pair { KEY_TYPE first ; \
FUNCTOR,\
__WXSTLMAP_##KEY_TYPE##VAL_TYPE##ARG_IS_UNIQUE, \
struct key_value_pair { KEY_TYPE first ; \
- VAL_TYPE second;\
- key_value_pair() {}\
- key_value_pair( const KEY_TYPE& key ___WXSTL_COMMA const VAL_TYPE& value ) \
- : first(key) ___WXSTL_COMMA second( value ) {} \
- } , \
+ VAL_TYPE second;\
+ key_value_pair() {}\
+ key_value_pair( const KEY_TYPE& key ___WXSTL_COMMA const VAL_TYPE& value ) \
+ : first(key) ___WXSTL_COMMA second( value ) {} \
+ } , \
KEY_TYPE,\
VAL_TYPE,\
mData.first, mData.second, x.first, x.second, \
KEY_TYPE,\
VAL_TYPE,\
mData.first, mData.second, x.first, x.second, \
-#define __DEFINE_SET(ARG_IS_UNIQUE, KEY_TYPE, FUNCTOR ) __DEFINE_ASOC_CLASS( ARG_IS_UNIQUE,\
+#define __DEFINE_SET(ARG_IS_UNIQUE, KEY_TYPE, FUNCTOR ) \
+__DEFINE_ASOC_CLASS( ARG_IS_UNIQUE,\
FUNCTOR,\
__WXSTLSET_##TYPE##ARG_IS_UNIQUE, \
KEY_TYPE,\
FUNCTOR,\
__WXSTLSET_##TYPE##ARG_IS_UNIQUE, \
KEY_TYPE,\
#endif
#include <stddef.h>
#endif
#include <stddef.h>
+#if !defined(__WXMAC__) || defined(__DARWIN__)
+# include <sys/types.h>
+#endif
#include <memory.h>
#include <limits.h>
#include <new.h>
#include <memory.h>
#include <limits.h>
#include <new.h>
\
_WXSTL_LIST_##ELEMENT_CLASS, ELEMENT_CLASS )
\
_WXSTL_LIST_##ELEMENT_CLASS, ELEMENT_CLASS )
-#endif
\ No newline at end of file
#include <memory.h>
#include <string.h> // imports memmove()
#include <stddef.h>
#include <memory.h>
#include <string.h> // imports memmove()
#include <stddef.h>
+#if !defined(__WXMAC__) || defined(__DARWIN__)
+# include <sys/types.h>
+#endif
#include <limits.h>
#include <new>
#include <limits.h>
#include <new>