X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftrans_decl.h;h=71ab9d5d59689ed013ac5a812b1a630484367665;hb=c93e9dcbc59d0b404561dbc7c373716f11fc13f1;hp=d26f05cecfdf58571b30d067b5fd05900187a5d6;hpb=6396f9a204bfa7a154729dfaa17dc7abc619f7d0;p=lyx.git diff --git a/src/trans_decl.h b/src/trans_decl.h index d26f05cecf..71ab9d5d59 100644 --- a/src/trans_decl.h +++ b/src/trans_decl.h @@ -2,6 +2,8 @@ #ifndef Trans_Decl_h #define Trans_Decl_h +#include + #include "LString.h" #include "tex-accent.h" @@ -11,16 +13,23 @@ struct Keyexc { char c; /// exception data string data; +#if 0 /// Keyexc * next; +#endif /// Combination with another deadkey bool combined; /// The accent comined with tex_accent accent; }; +#if 0 /// typedef Keyexc * KmodException; +#else +/// +typedef std::list KmodException; +#endif /// struct KmodInfo {