]> git.lyx.org Git - lyx.git/blobdiff - src/tex-strings.h
another pesky \#warning snuck in
[lyx.git] / src / tex-strings.h
index 2ca62772fecac256ca5c4ad123a87a275953464c..8d06300fdf233f385a1e1469596b6777d0e80e89 100644 (file)
@@ -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[];