From: Vincent St-Amour Date: Thu, 8 Oct 2009 21:33:44 +0000 (-0400) Subject: Fixed a typo. X-Git-Url: https://repo.or.cz/w/picobit.git/commitdiff_plain/e0d0b165829fa43094ee7bfac1e45d4b0f1bdddc Fixed a typo. --- 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