]> git.lyx.org Git - lyx.git/blob - src/lyx_sty.h
the freespacing patch from Kayvan, draw the math empty delim with onoffdash, asure...
[lyx.git] / src / lyx_sty.h
1 // -*- C++ -*-
2 /*
3   This file is part of
4   ======================================================
5   
6   LyX, The Document Processor
7   
8   Copyright 1995 Matthias Ettrich
9   copyright 1995-2000 The LyX Team.
10   
11   ======================================================
12   */
13
14 #ifndef LYX_STY_H
15 #define LYX_STY_H
16
17 #include "LString.h"
18
19 // This seems to be fixed now (JMarc)
20 //#ifdef WITH_WARNINGS
21 //#warning README!!
22 //#endif
23 // I suddenly began to get segfaults in guilsinglleft_def and had no clue
24 // on why this happened, then I tried a rewrite and added lyx_sty.C. Now
25 // the segfault has moved to bibcombox... It seems that we(or gcc) have a
26 // problem with static (non-pointer) objects , if someone knows why please
27 // tell me. I am using gcc 2.7.2.1 (Linux) and when IĀ get this segfault it
28 // always has to do with a static object of some kind... I tried to rewrite
29 // the objects causing the segfault, but the segfault then just moves to
30 // another object. I'll let some others have a look now... (Lgb)
31
32 // include this always
33 extern string const lyx_def;
34 extern string const lyxline_def;
35 extern string const noun_def;
36 extern string const lyxarrow_def;
37 extern string const quotedblbase_def;
38 extern string const quotesinglbase_def;
39 extern string const guillemotleft_def;
40 extern string const guillemotright_def;
41 extern string const guilsinglleft_def;
42 extern string const guilsinglright_def;
43 extern string const paragraphindent_def;
44 extern string const floatingfootnote_def;
45 extern string const minipageindent_def;
46 extern string const boldsymbol_def;
47 extern string const binom_def;
48
49 #endif