cex: factor the handling of graphical symbols

* src/glyphs.h, src/glyphs.c: New.
This commit is contained in:
Akim Demaille
2020-07-15 07:24:48 +02:00
parent 4d18195ebc
commit 346ba14f15
5 changed files with 124 additions and 2 deletions

View File

@@ -38,6 +38,7 @@
#include "files.h"
#include "fixits.h"
#include "getargs.h"
#include "glyphs.h"
#include "gram.h"
#include "ielr.h"
#include "lalr.h"
@@ -85,6 +86,7 @@ main (int argc, char *argv[])
atexit (close_stdout);
glyphs_init ();
uniqstrs_new ();
muscle_init ();
complain_init ();