home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lyx-0.13.2.tar.gz / lyx-0.13.2.tar / lyx-0.13.2 / src / lyx_sty.h < prev    next >
C/C++ Source or Header  |  1998-04-23  |  2KB  |  48 lines

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