From ce82136e960ae2c152b1b925c1ebbb62cbc29e41 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Wed, 19 Aug 2015 15:10:07 -0400 Subject: remove non-critical diagnostics --- lisc/lisc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisc/lisc.h') diff --git a/lisc/lisc.h b/lisc/lisc.h index b2f1c66..c39b22d 100644 --- a/lisc/lisc.h +++ b/lisc/lisc.h @@ -113,7 +113,7 @@ enum Cmp { Csgt, /* mirror opposite cmps! */ Csge, Cne, - NCmp, + NCmp }; #define COP(c) (c==Ceq||c==Cne ? c : NCmp-1 - c) -- cgit 1.4.1