fix module export.

This commit is contained in:
Vitor Santos Costa 2014-04-24 14:24:50 +01:00
parent 4867563b09
commit 58336add23

View File

@ -8,7 +8,7 @@
* *
*************************************************************************/
:- module( '$os', [
:- system_module( '$os', [
cd/0,
cd/1,
getcwd/1,
@ -18,7 +18,7 @@
putenv/2,
getenv/2,
setenv/2
] ).
], [] ).
:- use_system_module( '$_errors', ['$do_error'/2]).
/**