Add file required by the boost tuple stuff, even though I can't use it!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2653 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-09-02 11:49:35 +00:00
parent 3641ebaf66
commit c38eaf5d58
2 changed files with 11 additions and 0 deletions

View 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

7
src/cheaders/cassert Normal file
View File

@ -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