]> git.lyx.org Git - lyx.git/blobdiff - src/tex-accent.h
bug 183
[lyx.git] / src / tex-accent.h
index 841829b056e3807c5e69b1a74e06b43325946851..e2b85f89526c89038bf75fc841fa32d052d6fd02 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *        
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -97,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;
 };