Author: faridz
Date: Tue Mar 25 09:03:37 2008
New Revision: 640873

URL: http://svn.apache.org/viewvc?rev=640873&view=rev
Log:
2008-03-25  Farid Zaripov  <[EMAIL PROTECTED]>

        Merged r640859 from trunk.
        * etc/config/src/EXCEPTION_SPECIFICATION_ON_NEW.cpp: #included 
<stddef.h> for size_t type.
        * etc/config/src/ICONV.cpp: Ditto.
        * etc/config/src/NEW_OFLOW_SAFE.cpp: Ditto.
        * etc/config/src/NEW_THROWS.cpp: Ditto.
        * etc/config/src/NEWLINE.cpp: Ditto.
        * etc/config/src/VA_LIST.cpp: Ditto.
        * etc/config/src/VSNPRINTF_RETURN.cpp: Ditto.

Modified:
    stdcxx/branches/4.2.x/etc/config/src/EXCEPTION_SPECIFICATION_ON_NEW.cpp
    stdcxx/branches/4.2.x/etc/config/src/ICONV.cpp
    stdcxx/branches/4.2.x/etc/config/src/NEWLINE.cpp
    stdcxx/branches/4.2.x/etc/config/src/NEW_OFLOW_SAFE.cpp
    stdcxx/branches/4.2.x/etc/config/src/NEW_THROWS.cpp
    stdcxx/branches/4.2.x/etc/config/src/VA_LIST.cpp
    stdcxx/branches/4.2.x/etc/config/src/VSNPRINTF_RETURN.cpp

Modified: 
stdcxx/branches/4.2.x/etc/config/src/EXCEPTION_SPECIFICATION_ON_NEW.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/etc/config/src/EXCEPTION_SPECIFICATION_ON_NEW.cpp?rev=640873&r1=640872&r2=640873&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/etc/config/src/EXCEPTION_SPECIFICATION_ON_NEW.cpp 
(original)
+++ stdcxx/branches/4.2.x/etc/config/src/EXCEPTION_SPECIFICATION_ON_NEW.cpp Tue 
Mar 25 09:03:37 2008
@@ -23,6 +23,7 @@
  **************************************************************************/
 
 #include <stdlib.h>
+#include <stddef.h>
 #include "config.h"
 
 

Modified: stdcxx/branches/4.2.x/etc/config/src/ICONV.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/etc/config/src/ICONV.cpp?rev=640873&r1=640872&r2=640873&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/etc/config/src/ICONV.cpp (original)
+++ stdcxx/branches/4.2.x/etc/config/src/ICONV.cpp Tue Mar 25 09:03:37 2008
@@ -23,6 +23,7 @@
  **************************************************************************/
 
 #include <iconv.h>
+#include <stddef.h>
 
 extern "C" {
 

Modified: stdcxx/branches/4.2.x/etc/config/src/NEWLINE.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/etc/config/src/NEWLINE.cpp?rev=640873&r1=640872&r2=640873&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/etc/config/src/NEWLINE.cpp (original)
+++ stdcxx/branches/4.2.x/etc/config/src/NEWLINE.cpp Tue Mar 25 09:03:37 2008
@@ -23,6 +23,7 @@
  **************************************************************************/
 
 #include <stdio.h>
+#include <stddef.h>
 
 
 int main ()

Modified: stdcxx/branches/4.2.x/etc/config/src/NEW_OFLOW_SAFE.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/etc/config/src/NEW_OFLOW_SAFE.cpp?rev=640873&r1=640872&r2=640873&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/etc/config/src/NEW_OFLOW_SAFE.cpp (original)
+++ stdcxx/branches/4.2.x/etc/config/src/NEW_OFLOW_SAFE.cpp Tue Mar 25 09:03:37 
2008
@@ -22,6 +22,8 @@
  * 
  **************************************************************************/
 
+#include <stddef.h>
+
 #include "config.h"
 #include "nodbg.h"
 

Modified: stdcxx/branches/4.2.x/etc/config/src/NEW_THROWS.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/etc/config/src/NEW_THROWS.cpp?rev=640873&r1=640872&r2=640873&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/etc/config/src/NEW_THROWS.cpp (original)
+++ stdcxx/branches/4.2.x/etc/config/src/NEW_THROWS.cpp Tue Mar 25 09:03:37 2008
@@ -22,6 +22,8 @@
  * 
  **************************************************************************/
 
+#include <stddef.h>
+
 #include "config.h"
 #include "nodbg.h"
 

Modified: stdcxx/branches/4.2.x/etc/config/src/VA_LIST.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/etc/config/src/VA_LIST.cpp?rev=640873&r1=640872&r2=640873&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/etc/config/src/VA_LIST.cpp (original)
+++ stdcxx/branches/4.2.x/etc/config/src/VA_LIST.cpp Tue Mar 25 09:03:37 2008
@@ -24,6 +24,7 @@
 
 #include "config.h"
 
+#include <stddef.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <string.h>

Modified: stdcxx/branches/4.2.x/etc/config/src/VSNPRINTF_RETURN.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/etc/config/src/VSNPRINTF_RETURN.cpp?rev=640873&r1=640872&r2=640873&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/etc/config/src/VSNPRINTF_RETURN.cpp (original)
+++ stdcxx/branches/4.2.x/etc/config/src/VSNPRINTF_RETURN.cpp Tue Mar 25 
09:03:37 2008
@@ -22,6 +22,7 @@
  * 
  **************************************************************************/
 
+#include <stddef.h>
 #include <stdarg.h>
 #include <stdio.h>
 


Reply via email to