From bc6bf8cdfd849e9edc42ddb303e3abb807ac684d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Wed, 24 Dec 2014 15:32:06 +0000 Subject: [PATCH] fix extra - --- pl/grammar.yap | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pl/grammar.yap b/pl/grammar.yap index 9a4c5dbab..8a9c91629 100644 --- a/pl/grammar.yap +++ b/pl/grammar.yap @@ -62,18 +62,18 @@ Grammar related built-in predicates: :- module( '$_grammar', [!/2, -- (',')/4, -- (->)/4, -- ('.')/4, -- (;)/4, -- 'C'/3, -- []/2, -- []/4, -- (\+)/3, -- phrase/2, -- phrase/3, -- {}/3, -- ('|')/4]). + (',')/4, + (->)/4, + ('.')/4, + (;)/4, + 'C'/3, + []/2, + []/4, + (\+)/3, + phrase/2, + phrase/3, + {}/3, + ('|')/4]). :- use_system_module( '$_errors', ['$do_error'/2]).