From a1070ceacb2bf4423dceae204fa1d54c5d13815e Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Mon, 29 Jan 2018 16:08:24 -0700 Subject: [PATCH] prepare for batch processing --- src/prolog/ast.rs | 1 - src/prolog/parser | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/prolog/ast.rs b/src/prolog/ast.rs index 91232738..1cb783e0 100644 --- a/src/prolog/ast.rs +++ b/src/prolog/ast.rs @@ -267,7 +267,6 @@ pub enum ParserError InadmissibleQueryTerm, IncompleteReduction, InconsistentEntry, // was InconsistentDeclaration. -// InconsistentPredicate, //TODO: admit this is not needed. InvalidRuleHead, ParseBigInt, ParseFloat(ParseFloatError), diff --git a/src/prolog/parser b/src/prolog/parser index 067301c7..c7a23b69 160000 --- a/src/prolog/parser +++ b/src/prolog/parser @@ -1 +1 @@ -Subproject commit 067301c7f7806a8e83bc8016803bd8f4ab299586 +Subproject commit c7a23b69559ddefd138bb7c42046ab1b8b2156a6 -- 2.54.0