mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 18:43:37 +00:00
11 lines
105 B
C++
11 lines
105 B
C++
|
#include <config.h>
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
#include "support/lyxlib.h"
|
||
|
|
||
|
void lyx::abort()
|
||
|
{
|
||
|
::abort();
|
||
|
}
|