]> git.lyx.org Git - lyx.git/blobdiff - src/tex-accent.h
small patch from Dekel, begin introducing the real boost framework, get rid of the...
[lyx.git] / src / tex-accent.h
index eb864d71531e8cf610d25a273e6e883b1b669d6b..daf431477379fa61f7aa36ab63ebd0c38d2739d2 100644 (file)
@@ -1,7 +1,20 @@
 // -*- C++ -*-
+/* This file is part of
+ * ====================================================== 
+ * 
+ *           LyX, The Document Processor
+ *        
+ *           Copyright 1995 Matthias Ettrich
+ *           Copyright 1995-2000 The LyX Team.
+ *
+ * ====================================================== */
 
-#ifndef _TEX_ACCENT_
-#define _TEX_ACCENT_
+#ifndef TEX_ACCENT
+#define TEX_ACCENT
+
+#ifdef __GNUG__
+#pragma interface
+#endif
 
 #include "commandtags.h"
 
@@ -73,7 +86,7 @@ enum tex_accent {
        ///
        TEX_OGONEK,
        ///
-       TEX_MAX_ACCENT=TEX_OGONEK
+       TEX_MAX_ACCENT= TEX_OGONEK
 };
 
 
@@ -84,11 +97,11 @@ struct tex_accent_struct {
        ///
        tex_accent accent;
        ///
-       char const *cmd;
+       char const * cmd;
        ///
-       char const *native;
+       char const * native;
        ///
-       char const *name;
+       char const * name;
        ///
        kb_action action;
 };