mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
cex: factor the handling of graphical symbols
* src/glyphs.h, src/glyphs.c: New.
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user