more PLStream stuff.

This commit is contained in:
Vítor Santos Costa
2011-02-23 17:46:50 +00:00
parent 6ea0b727e0
commit f92fa69eab
7 changed files with 33 additions and 8 deletions

View File

@@ -4681,6 +4681,8 @@ static const PL_extension foreigns[] = {
FRG("format_predicate", 2, pl_format_predicate, META),
FRG("current_format_predicate", 2, pl_current_format_predicate,
META|NDET),
FRG("$raw_read", 1, pl_raw_read, 0),
FRG("$raw_read", 2, pl_raw_read2, 0),
/* DO NOT ADD ENTRIES BELOW THIS ONE */
LFRG((char *)NULL, 0, NULL, 0)
};