]> git.lyx.org Git - lyx.git/commitdiff
small compile fixes
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 1 Jun 2001 14:22:39 +0000 (14:22 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 1 Jun 2001 14:22:39 +0000 (14:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2084 a592a061-630c-0410-9148-cb99ea01b6c8

boost/ChangeLog
boost/boost/config.hpp
src/cheaders/ChangeLog
src/cheaders/climits [new file with mode: 0644]

index 3fce77cc9c6a89eb10f3b0a6ec9d53ce493d350a..654a3449f7fb86add565d69aacbfeab9dd07d3c8 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * boost/config.hpp (BOOST_NO_LIMITS): fix the hack mentionned
+       below. 
+
 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * boost/utility.hpp: update
index 4b975aa268c39ec1bd0dec575ed1f0db12734daf..0cdb1e8c5716104cdd47a441dd6e3d5a21c6742e 100644 (file)
 #       define BOOST_NO_SLIST
 #       define BOOST_NO_HASH
 #     endif
+#   endif
 // LYX: begin
 #   ifndef HAVE_LIMITS
 #      define BOOST_NO_LIMITS
 #   endif
 // LYX: end
-#   endif
 
 //  Intel on Linux ---------------------------------------------------------
 
 #elif defined __DECCXX
 #   define BOOST_NO_SLIST
 #   define BOOST_NO_HASH
+#   define BOOST_NO_INCLASS_MEMBER_INITIALIZATION
 
 //  Greenhills C++ -----------------------------------------------------------//
 
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4998ac4c3c5127ff4590ca771b94e48ecf195085 100644 (file)
@@ -0,0 +1,4 @@
+2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * climits: new file
+
diff --git a/src/cheaders/climits b/src/cheaders/climits
new file mode 100644 (file)
index 0000000..1b29b3a
--- /dev/null
@@ -0,0 +1,7 @@
+// -*- C++ -*- forwarding header.
+// This file is part of the GNU ANSI C++ Library.
+
+#ifndef __CLIMITS__
+#define __CLIMITS__
+#include <limits.h>
+#endif