mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
d2a80e12f2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@208 a592a061-630c-0410-9148-cb99ea01b6c8
8 lines
161 B
C++
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
|