X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-accent.h;h=66ae1b97f160266159dfae81b67f9445bee04175;hb=501f1dd61b6c0beb927151ecf331f78848261b59;hp=94ad888744aabb5d31e9223036debd1c8cfac272;hpb=a040c0bc6f017d0591bbc7ad1aa590589dbc40ff;p=lyx.git diff --git a/src/tex-accent.h b/src/tex-accent.h index 94ad888744..66ae1b97f1 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" @@ -84,16 +97,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