X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-accent.h;h=e2b85f89526c89038bf75fc841fa32d052d6fd02;hb=cb52251ccff29d6cbfa13ab90a96be566e3f41ac;hp=eb864d71531e8cf610d25a273e6e883b1b669d6b;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/tex-accent.h b/src/tex-accent.h index eb864d7153..e2b85f8952 100644 --- a/src/tex-accent.h +++ b/src/tex-accent.h @@ -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" @@ -73,7 +86,7 @@ enum tex_accent { /// TEX_OGONEK, /// - TEX_MAX_ACCENT=TEX_OGONEK + TEX_MAX_ACCENT= TEX_OGONEK }; @@ -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; };