From e12558f1ed16d3bdb96f7f0fbd05b48eb7558a0e Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 1 Jan 2000 00:23:17 +0900 Subject: replace pol_norm and pol_complement with NO/YES for clarity --- globals.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index bcb8fd4..3679c61 100644 --- a/globals.h +++ b/globals.h @@ -153,8 +153,6 @@ #define pw_ew_ext 2 #define double_on 1 #define double_off 0 -#define pol_norm 0 -#define pol_complement 1 #define hold_width 0 #define hold_duty 1 #define output_off 0 -- cgit