X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-accent.h;h=66ae1b97f160266159dfae81b67f9445bee04175;hb=501f1dd61b6c0beb927151ecf331f78848261b59;hp=daf431477379fa61f7aa36ab63ebd0c38d2739d2;hpb=45a03f4f67bb00f8142e465c615f348f0622eb32;p=lyx.git diff --git a/src/tex-accent.h b/src/tex-accent.h index daf4314773..66ae1b97f1 100644 --- a/src/tex-accent.h +++ b/src/tex-accent.h @@ -1,11 +1,11 @@ // -*- 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. * * ====================================================== */ @@ -98,8 +98,10 @@ struct tex_accent_struct { tex_accent accent; /// char const * cmd; +#if 0 /// char const * native; +#endif /// char const * name; /// @@ -108,5 +110,5 @@ struct tex_accent_struct { /// extern tex_accent_struct lyx_accent_table[]; - + #endif