]> Repositorios git - scryer-prolog.git/commitdiff
remove now unneeded check
authorMarkus Triska <[email protected]>
Fri, 30 Jun 2023 20:14:00 +0000 (22:14 +0200)
committerMarkus Triska <[email protected]>
Fri, 30 Jun 2023 20:14:00 +0000 (22:14 +0200)
src/toplevel.pl

index d9c1f5c4436fd18844bca606ab398830aea7b369..30de5227b128d6513c058b00a151785c64625789 100644 (file)
@@ -206,7 +206,6 @@ submit_query_and_print_results(Term, VarList) :-
 
 needs_bracketing(Value, Op) :-
     nonvar(Value),
-    \+ integer(Value),
     functor(Value, F, Arity),
     atom(F),
     current_op(FPrec, FSpec, F),