fix bug in detecting tabling on (Paulo Moura).

This commit is contained in:
Vitor Santos Costa 2012-05-08 14:55:37 +01:00
parent 916ca678ba
commit 2423407b37
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ yap_flag(system_options,X) :-
'$system_options'(readline) :-
'$swi_current_prolog_flag'(readline, true).
'$system_options'(tabling) :-
\+ '$undefined'('$c_table'(_,_), prolog).
\+ '$undefined'('$c_table'(_,_,_), prolog).
'$system_options'(threads) :-
\+ '$no_threads'.
'$system_options'(wam_profiler) :-