global analysis support.

This commit is contained in:
Vitor Santos Costa 2014-08-04 21:54:04 -05:00
parent c6652c0ef6
commit 7f6ecc3f9a
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 29dfc862dbbc97a55ab85685109d9f476fc67601
Subproject commit 81aa0379db43c20323f189036a3d1a9a85982b2a

View File

@ -22,7 +22,7 @@
:- use_module(library(lists)).
% android does it by loading the code at startup.
:- if prolog_flag( host_type , Host), \+ sub_atom(Host, _, _, 0, androideabi).
:- if( prolog_flag( host_type , Host), \+ sub_atom(Host, _, _, 0, androideabi) ).
:- use_module(library(shlib)).
:- load_foreign_library(foreign(prosqlite)).
:- endif.