comparison libtwamr/graytab.h @ 317:675597e63fd8

libtwamr: integrate gray.tab, convert to intermodule linkage
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 18 Apr 2024 18:00:12 +0000
parents
children
comparison
equal deleted inserted replaced
316:ebd064c52fe3 317:675597e63fd8
1 /*
2 * This header file holds extern declarations for the tiny tables
3 * that have been moved from gray.tab to graytab.c with intermodule linkage.
4 */
5
6 #ifndef graytab_h
7 #define graytab_h
8
9 #include "typedef.h"
10
11 extern const Word16 gray[8];
12 extern const Word16 dgray[8];
13
14 #endif