summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:17:06 +0900
committerroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:17:06 +0900
commit96c6ea4382b2ec2bd665a2faa1971e18018a275f (patch)
tree10f3e6b49aa5a9cd761f878c55eff16031eebfa7 /globals.h
parenta1a298c37ad0a762b651ad349d86ad32eb902904 (diff)
throw error if obsolete ampl min/max-only mode is enabled
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 2 insertions, 0 deletions
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