summaryrefslogtreecommitdiff
path: root/table11.c
diff options
context:
space:
mode:
Diffstat (limited to 'table11.c')
-rw-r--r--table11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/table11.c b/table11.c
index e141ae1..8d0acca 100644
--- a/table11.c
+++ b/table11.c
@@ -601,7 +601,7 @@ InitEnumeratedTypes(void)
DefineEValue(p, 16L, "Length");
DefineEValue(p, 17L, "Implementation");
- p = DefineType(EVENT, ENUMERATED, "EVENT", (PrintProcType) PrintENUMERATED);
+ p = DefineType(EVENT, BUILTIN, "EVENT", (PrintProcType) PrintEVENT);
DefineEValue(p, 2L, "KeyPress");
DefineEValue(p, 3L, "KeyRelease");
DefineEValue(p, 4L, "ButtonPress");