X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_sty.h;h=b7461115bef0b26479990eedbb1c417b614d8fa5;hb=1c090286feaab81e446c36d0a1b98612b2f0ad09;hp=52d247bda77eaacd9e21303d1e0779632ec10a84;hpb=e4fffd74bc3f4b072929a5d3729bede295829764;p=lyx.git diff --git a/src/lyx_sty.h b/src/lyx_sty.h index 52d247bda7..b7461115be 100644 --- a/src/lyx_sty.h +++ b/src/lyx_sty.h @@ -1,37 +1,22 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file lyx_sty.h + * Copyright 1995-2002 the LyX Team + * Read the file COPYING * - * LyX, The Document Processor * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. + * A number of LaTeX command definitions for various + * things. The name of this file is a holdover from the + * days of yore. * - * ====================================================== */ + * \author Lars Gullik Bjornes + */ #ifndef LYX_STY_H #define LYX_STY_H -#ifdef __GNUG__ -#pragma interface -#endif - #include "LString.h" -// This seems to be fixed now (JMarc) -//#ifdef WITH_WARNINGS -//#warning README!! -//#endif -// I suddenly began to get segfaults in guilsinglleft_def and had no clue -// on why this happened, then I tried a rewrite and added lyx_sty.C. Now -// the segfault has moved to bibcombox... It seems that we(or gcc) have a -// problem with static (non-pointer) objects , if someone knows why please -// tell me. I am using gcc 2.7.2.1 (Linux) and when IĀ get this segfault it -// always has to do with a static object of some kind... I tried to rewrite -// the objects causing the segfault, but the segfault then just moves to -// another object. I'll let some others have a look now... (Lgb) - -// include this always /// extern string const lyx_def; /// @@ -64,5 +49,7 @@ extern string const boldsymbol_def; extern string const binom_def; /// extern string const mathcircumflex_def; +/// +extern string const tabularnewline_def; -#endif +#endif // LYX_STY_H