fix module export.
This commit is contained in:
parent
4867563b09
commit
58336add23
@ -8,7 +8,7 @@
|
|||||||
* *
|
* *
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
|
||||||
:- module( '$os', [
|
:- system_module( '$os', [
|
||||||
cd/0,
|
cd/0,
|
||||||
cd/1,
|
cd/1,
|
||||||
getcwd/1,
|
getcwd/1,
|
||||||
@ -18,7 +18,7 @@
|
|||||||
putenv/2,
|
putenv/2,
|
||||||
getenv/2,
|
getenv/2,
|
||||||
setenv/2
|
setenv/2
|
||||||
] ).
|
], [] ).
|
||||||
:- use_system_module( '$_errors', ['$do_error'/2]).
|
:- use_system_module( '$_errors', ['$do_error'/2]).
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user