Author: faridz
Date: Wed Nov 21 07:39:55 2007
New Revision: 597118

URL: http://svn.apache.org/viewvc?rev=597118&view=rev
Log:
2007-11-21 Farid Zaripov <[EMAIL PROTECTED]>

        * extern_template_imp.cpp: #include <config.h> replaced to
        #include "config.h" for consistency.
        * LIMITS.cpp: #include "config.h" placed after the ASL header.

Modified:
    incubator/stdcxx/branches/4.2.x/etc/config/src/LIMITS.cpp
    incubator/stdcxx/branches/4.2.x/etc/config/src/extern_template_imp.cpp

Modified: incubator/stdcxx/branches/4.2.x/etc/config/src/LIMITS.cpp
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/etc/config/src/LIMITS.cpp?rev=597118&r1=597117&r2=597118&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/etc/config/src/LIMITS.cpp (original)
+++ incubator/stdcxx/branches/4.2.x/etc/config/src/LIMITS.cpp Wed Nov 21 
07:39:55 2007
@@ -1,7 +1,5 @@
 // computing numerical limits
 
-#include "config.h"
-
 /***************************************************************************
  *
  * Licensed to the Apache Software  Foundation (ASF) under one or more
@@ -23,6 +21,8 @@
  * Copyright 1999-2007 Rogue Wave Software, Inc.
  * 
  **************************************************************************/
+
+#include "config.h"
 
 #include <stdio.h>    // for printf()
 

Modified: incubator/stdcxx/branches/4.2.x/etc/config/src/extern_template_imp.cpp
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/etc/config/src/extern_template_imp.cpp?rev=597118&r1=597117&r2=597118&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/etc/config/src/extern_template_imp.cpp 
(original)
+++ incubator/stdcxx/branches/4.2.x/etc/config/src/extern_template_imp.cpp Wed 
Nov 21 07:39:55 2007
@@ -21,7 +21,7 @@
  * 
  **************************************************************************/
 
-#include <config.h>
+#include "config.h"
 
 // establish dependencies on the config tests and define config
 // macros used in the header below (the are not autodetected


Reply via email to