X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-strings.h;h=8d06300fdf233f385a1e1469596b6777d0e80e89;hb=ebfcf1c0e72288b7131607af0330500c8739cead;hp=2ca62772fecac256ca5c4ad123a87a275953464c;hpb=b15c22e113d378e3d43298901a6be49c06725af6;p=lyx.git diff --git a/src/tex-strings.h b/src/tex-strings.h index 2ca62772fe..8d06300fdf 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-2000 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[];