From 96c6ea4382b2ec2bd665a2faa1971e18018a275f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Jan 1970 09:17:06 +0900 Subject: throw error if obsolete ampl min/max-only mode is enabled --- globals.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'globals.h') diff --git a/globals.h b/globals.h index ec25b09..9f45e9b 100644 --- a/globals.h +++ b/globals.h @@ -91,6 +91,8 @@ #define DelayRangeError 77 #define ExternalModeDelayError 78 #define PRF_limited_by_offset 79 +#define ampl_min_max_obsolete 80 + #define YES 1 #define NO 0 -- cgit