diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libtwamr/graytab.h	Thu Apr 18 18:00:12 2024 +0000
@@ -0,0 +1,14 @@
+/*
+ * This header file holds extern declarations for the tiny tables
+ * that have been moved from gray.tab to graytab.c with intermodule linkage.
+ */
+
+#ifndef	graytab_h
+#define	graytab_h
+
+#include "typedef.h"
+
+extern const Word16 gray[8];
+extern const Word16 dgray[8];
+
+#endif