mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-28 04:17:43 +00:00
c38eaf5d58
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2653 a592a061-630c-0410-9148-cb99ea01b6c8
8 lines
152 B
C++
8 lines
152 B
C++
// -*- C++ -*- forwarding header.
|
|
// This file is part of the GNU ANSI C++ Library.
|
|
|
|
#ifndef __CASSERT__
|
|
#define __CASSERT__
|
|
#include <assert.h>
|
|
#endif
|