]> git.lyx.org Git - features.git/blob - src/support/abort.C
FILMagain changes (will need some work)
[features.git] / src / support / abort.C
1 #include <config.h>
2
3 #include <stdlib.h>
4
5 #include "support/lyxlib.h"
6
7 void lyx::abort()
8 {
9         ::abort();
10 }