]> git.lyx.org Git - features.git/commitdiff
Add file required by the boost tuple stuff, even though I can't use it!
authorAngus Leeming <leeming@lyx.org>
Sun, 2 Sep 2001 11:49:35 +0000 (11:49 +0000)
committerAngus Leeming <leeming@lyx.org>
Sun, 2 Sep 2001 11:49:35 +0000 (11:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2653 a592a061-630c-0410-9148-cb99ea01b6c8

src/cheaders/ChangeLog
src/cheaders/cassert [new file with mode: 0644]

index 4998ac4c3c5127ff4590ca771b94e48ecf195085..e882fc0ce8e36de806578b67124c64109ea75fe9 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * cassert: new file. (Required by the boost tuple stuff).
+
 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * climits: new file
diff --git a/src/cheaders/cassert b/src/cheaders/cassert
new file mode 100644 (file)
index 0000000..b4165bf
--- /dev/null
@@ -0,0 +1,7 @@
+// -*- C++ -*- forwarding header.
+// This file is part of the GNU ANSI C++ Library.
+
+#ifndef __CASSERT__
+#define __CASSERT__
+#include <assert.h>
+#endif