SSL trans_decl.h
Interaktion und Portierbarkeitunbekannt
// -*- C++ -*- #ifndef _Trans_Decl_h_ #define _Trans_Decl_h_
#include"LString.h" #include"tex-accent.h"
struct Keyexc { char c; /* character to make exception */
LString data; /* exception data */
Keyexc *next; bool combined; // Combination with another deadkey
tex_accent accent; // The accent combined with
};