From 9391a1499dc97792540742181eaf3fbd5cf7507e Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Thu, 12 May 2016 11:43:43 +0100 Subject: [PATCH] WIN clash --- include/YapErrors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/YapErrors.h b/include/YapErrors.h index 5c3a4446e..baf2e8dec 100644 --- a/include/YapErrors.h +++ b/include/YapErrors.h @@ -11,7 +11,7 @@ BEGIN_ERROR_CLASSES() /// base case -ECLASS(NO_ERROR, "no_error", 0) +ECLASS(YAPC_NO_ERROR, "no_error", 0) /// bad domain, first argument often is the predicate. ECLASS(DOMAIN_ERROR, "domain_error", 2) /// bad arithmetic @@ -43,7 +43,7 @@ BEGIN_ERRORS() /* ISO_ERRORS */ -E0(YAP_NO_ERROR, NO_ERROR) /// default state +E0(YAP_NO_ERROR, YAPC_NO_ERROR) /// default state E(DOMAIN_ERROR_ABSOLUTE_FILE_NAME_OPTION, DOMAIN_ERROR, "absolute_file_name_option")