]> git.lyx.org Git - lyx.git/blobdiff - src/tex-accent.h
clean up a bit
[lyx.git] / src / tex-accent.h
index 94ad888744aabb5d31e9223036debd1c8cfac272..66ae1b97f160266159dfae81b67f9445bee04175 100644 (file)
@@ -1,7 +1,20 @@
 // -*- 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_
+#ifndef TEX_ACCENT
+#define TEX_ACCENT
+
+#ifdef __GNUG__
+#pragma interface
+#endif
 
 #include "commandtags.h"
 
@@ -84,16 +97,18 @@ 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;
 };
 
 ///
 extern tex_accent_struct lyx_accent_table[];
-        
+
 #endif