lyx_mirror/src/cheaders/csignal
Jean-Marc Lasgouttes d2a80e12f2 Re-add cname header files, with additional <clocale>
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@208 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-19 14:10:51 +00:00

8 lines
161 B
C++

// The -*- C++ -*- signal handling header.
// This file is part of the GNU ANSI C++ Library.
#ifndef __CSIGNAL__
#define __CSIGNAL__
#include <signal.h>
#endif