X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-accent.h;h=968f5f3edeb4cc6b4f4b2bde463d464513bcafb5;hb=498f06d43a0f2000c3f704db1ea39fda3c819fe6;hp=841829b056e3807c5e69b1a74e06b43325946851;hpb=4b2a999762c83627476428e595d3c1e3704a3da0;p=lyx.git diff --git a/src/tex-accent.h b/src/tex-accent.h index 841829b056..968f5f3ede 100644 --- a/src/tex-accent.h +++ b/src/tex-accent.h @@ -1,21 +1,17 @@ // -*- C++ -*- /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor - * + * * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team. + * 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 @@ -97,16 +93,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