aboutsummaryrefslogtreecommitdiff
path: root/inc/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/term.h')
-rw-r--r--inc/term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/term.h b/inc/term.h
index a77f144..855d9cf 100644
--- a/inc/term.h
+++ b/inc/term.h
@@ -16,7 +16,7 @@ struct term {
} app;
struct {
int name;
- enum { BRUIJN_INDEX, BARENDREGT_VARIABLE } type;
+ enum { BARENDREGT_VARIABLE, BRUIJN_INDEX } type;
} var;
void *other;
} u;