use SWI flags.

This commit is contained in:
Vitor Santos Costa
2011-03-26 15:18:56 +00:00
parent 0bd0936683
commit 48cd3bd675
10 changed files with 18 additions and 28 deletions

View File

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