X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftex-glyphs.h;h=61cc81272f3b122ab4a334e9334a4949b2cac159;hb=7b7d1e6fbf05cf190814b1f64d8ee363203d7499;hp=d0bab4a1fe9ad9a123380c3025d1592cac9bc510;hpb=300d3db698d3ac82a0a302a91ee62bcaad6337b6;p=pspp diff --git a/src/output/tex-glyphs.h b/src/output/tex-glyphs.h index d0bab4a1fe..61cc81272f 100644 --- a/src/output/tex-glyphs.h +++ b/src/output/tex-glyphs.h @@ -22,18 +22,17 @@ #include "libpspp/hmap.h" +/* Keep these enums in sync with the definition of tex_macro in tex-glyphs.c */ enum tex_ancilliary { TEX_NONE, TEX_VULGAR_FRAC, TEX_OGONEK, - TEX_THORN_UC, - TEX_THORN_LC, TEX_GUILLEMET_LEFT, TEX_GUILLEMET_RIGHT, - TEX_ETH, TEX_DOT, - TEX_DOUBLE_ACUTE + TEX_DOUBLE_ACUTE, + TEX_WASY }; extern const char *tex_macro[];