From e0d0b165829fa43094ee7bfac1e45d4b0f1bdddc Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Thu, 8 Oct 2009 17:33:44 -0400 Subject: [PATCH] Fixed a typo. --- dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dispatch.c b/dispatch.c index 379e8b5..6d8da7c 100644 --- a/dispatch.c +++ b/dispatch.c @@ -500,7 +500,7 @@ void interpreter () { arg2 = pop(); arg1 = pop(); prim_eq (); push_arg1(); break; case 8: arg2 = pop(); arg1 = pop(); prim_lt (); push_arg1(); break; -#if0 +#if 0 case 9: break; // FREE #endif -- 2.11.4.GIT