summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-09-05 11:55:35 -0700
committerDavid Schleef <ds@schleef.org>2010-09-05 11:55:35 -0700
commit1b60eba236dff20a12ff2e33a0af470bed5a191a (patch)
tree2417fd91a8485c7fb3c78721b73da2cf0edeaf08 /tools
parentd146f4d07921a03e7c96f61b61bef3c60678f9f2 (diff)
orcc: Handle compatibility for ORC_VAR_T16
Diffstat (limited to 'tools')
-rw-r--r--tools/orcc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/orcc.c b/tools/orcc.c
index 099c180..40e1db1 100644
--- a/tools/orcc.c
+++ b/tools/orcc.c
@@ -471,7 +471,10 @@ const char *enumnames[] = {
"ORC_VAR_T1", "ORC_VAR_T2", "ORC_VAR_T3", "ORC_VAR_T4",
"ORC_VAR_T5", "ORC_VAR_T6", "ORC_VAR_T7", "ORC_VAR_T8",
"ORC_VAR_T9", "ORC_VAR_T10", "ORC_VAR_T11", "ORC_VAR_T12",
- "ORC_VAR_T13", "ORC_VAR_T14", "ORC_VAR_T15", "ORC_VAR_T16"
+ "ORC_VAR_T13", "ORC_VAR_T14", "ORC_VAR_T15",
+ /* ORC_VAR_T16 is a special case because it didn't exist in
+ the API until 0.4.8 */
+ "47"
};
void