]> git.lyx.org Git - lyx.git/blobdiff - src/tex-accent.h
form para crash fix from John
[lyx.git] / src / tex-accent.h
index 1fc7e631790f2ce7a2783a240c7bdf3c527c5cd3..e2b85f89526c89038bf75fc841fa32d052d6fd02 100644 (file)
@@ -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_ACCENT
 #define TEX_ACCENT
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "commandtags.h"
 
 /* the names used by TeX and XWindows for deadkeys/accents are not the same
@@ -84,11 +97,13 @@ struct tex_accent_struct {
        ///
        tex_accent accent;
        ///
-       char const *cmd;
+       char const * cmd;
+#if 0
        ///
-       char const *native;
+       char const * native;
+#endif
        ///
-       char const *name;
+       char const * name;
        ///
        kb_action action;
 };