system module

This commit is contained in:
Vitor Santos Costa 2016-07-31 10:42:56 -05:00
parent cbe205344d
commit 5b8dd3eb03

View File

@ -10,7 +10,7 @@
* * * *
* File: atts.yap * * File: atts.yap *
* Last rev: 8/2/88 * * Last rev: 8/2/88 *
* mods: * * mods: *
* comments: attribute support for Prolog * * comments: attribute support for Prolog *
* * * *
*************************************************************************/ *************************************************************************/
@ -25,7 +25,7 @@
:- module('$attributes', [ :- module('$attributes', [
delayed_goals/4 delayed_goals/4
]). ], []).
:- use_system_module( '$_boot', ['$undefp'/1]). :- use_system_module( '$_boot', ['$undefp'/1]).