X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-accent.h;h=39567c1a5e859878bf7a6752cb664a671a251c71;hb=fe390e9da1538e20eabbc98977d845295f8e563d;hp=c6b676fa59efd4c479e83157d5104f62925696a8;hpb=83acbbd5237373926c629855379e1df9a04209b2;p=lyx.git diff --git a/src/tex-accent.h b/src/tex-accent.h index c6b676fa59..39567c1a5e 100644 --- a/src/tex-accent.h +++ b/src/tex-accent.h @@ -1,9 +1,9 @@ // -*- C++ -*- /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor - * + * * Copyright 1995 Matthias Ettrich * Copyright 1995-2001 The LyX Team. * @@ -12,11 +12,7 @@ #ifndef TEX_ACCENT #define TEX_ACCENT -#ifdef __GNUG__ -#pragma interface -#endif - -#include "commandtags.h" +#include "lfuns.h" /* the names used by TeX and XWindows for deadkeys/accents are not the same so here follows a table to clearify the differences. Please correct this @@ -98,8 +94,10 @@ struct tex_accent_struct { tex_accent accent; /// char const * cmd; +#if 0 /// char const * native; +#endif /// char const * name; /// @@ -108,5 +106,5 @@ struct tex_accent_struct { /// extern tex_accent_struct lyx_accent_table[]; - + #endif