lyx_mirror/src/cheaders/climits
Jean-Marc Lasgouttes d963398763 small compile fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2084 a592a061-630c-0410-9148-cb99ea01b6c8
2001-06-01 14:22:39 +00:00

8 lines
152 B
C++

// -*- C++ -*- forwarding header.
// This file is part of the GNU ANSI C++ Library.
#ifndef __CLIMITS__
#define __CLIMITS__
#include <limits.h>
#endif