aboutsummaryrefslogtreecommitdiffstats
path: root/transcode_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'transcode_data.h')
-rw-r--r--transcode_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/transcode_data.h b/transcode_data.h
index 1b8eeae379..b705760273 100644
--- a/transcode_data.h
+++ b/transcode_data.h
@@ -21,6 +21,9 @@ typedef struct byte_lookup {
const struct byte_lookup *const *info;
} BYTE_LOOKUP;
+#define BYTE_LOOKUP_BASE(bl) ((bl)->base)
+#define BYTE_LOOKUP_INFO(bl) ((bl)->info)
+
#ifndef PType
/* data file needs to treat this as a pointer, to remove warnings */
#define PType (const BYTE_LOOKUP *)