]> git.lyx.org Git - lyx.git/blobdiff - src/tex-strings.h
another pesky \#warning snuck in
[lyx.git] / src / tex-strings.h
index 71755162f66da83f57ce720499f50fba95f4329c..8d06300fdf233f385a1e1469596b6777d0e80e89 100644 (file)
@@ -1,38 +1,46 @@
 // -*- C++ -*-
-
-#ifndef _TEX_STRINGS_
-#define _TEX_STRINGS_
+/* 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
 
 ///
-extern char const* string_paragraph_separation[];
-///
-extern char const* string_quotes_language[];
+extern char const * string_paragraph_separation[];
 ///
-extern char const* string_oldpapersize[];
+extern char const * string_quotes_language[];
 ///
-extern char const* string_papersize[];
+extern char const * string_papersize[];
 ///
-extern char const* string_paperpackages[];
+extern char const * string_paperpackages[];
 ///
-extern char const* string_orientation[];
+extern char const * string_orientation[];
 ///
-extern char const* string_footnotekinds[];
+extern char const * string_footnotekinds[];
 ///
-extern char const* string_align[];
+extern char const * string_align[];
 
 // The following was moved from tex-defs.h to here, because tex-defs.h is
 // 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[];
+extern char const * tex_graphics[];
 
 ///
-extern char const *tex_fonts[];
+extern char const * tex_fonts[];
 
 #endif