mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 18:43:37 +00:00
c36aa67f7b
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@423 a592a061-630c-0410-9148-cb99ea01b6c8
11 lines
105 B
C
11 lines
105 B
C
#include <config.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include "support/lyxlib.h"
|
|
|
|
void lyx::abort()
|
|
{
|
|
::abort();
|
|
}
|