aboutsummaryrefslogtreecommitdiffstats
path: root/scheme-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'scheme-private.h')
-rw-r--r--scheme-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheme-private.h b/scheme-private.h
index abe65e7..075dc70 100644
--- a/scheme-private.h
+++ b/scheme-private.h
@@ -200,7 +200,7 @@ const struct scheme_interface *vptr;
/* operator code */
enum scheme_opcodes {
-#define _OP_DEF(A,B,C,D,E,OP) OP,
+#define _OP_DEF(A,B,C,D,OP) OP,
#include "opdefines.h"
OP_MAXDEFINED
};