X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-strings.h;h=9916342126caf9c1807e34360fae38436764a234;hb=21226de2b87a86be19fff025cace3d286a75aa76;hp=f06391b7be4a5306dd28c0520b71d564a6ab51e6;hpb=9ce32d63e5ff1dbf4c04e3d8263b2649ef3ac595;p=lyx.git diff --git a/src/tex-strings.h b/src/tex-strings.h index f06391b7be..9916342126 100644 --- a/src/tex-strings.h +++ b/src/tex-strings.h @@ -1,8 +1,21 @@ // -*- C++ -*- +/* This file is part of + * ====================================================== + * + * LyX, The Document Processor + * + * Copyright 1995 Matthias Ettrich + * Copyright 1995-2001 The LyX Team. + * + * ====================================================== */ #ifndef TEX_STRINGS #define TEX_STRINGS +#ifdef __GNUG__ +#pragma interface +#endif + // this file should perhaps be split into even smaler parts /// @@ -24,9 +37,6 @@ extern char const * string_align[]; // used all over. As it happens, that meant that these strings were included // 27 times in the object file. (Asger) -/// -extern char const * tex_babel[]; - /// extern char const * tex_graphics[];