get back prompt without readline.

This commit is contained in:
U-WIN-U2045GN0RNQ\Vítor Santos Costa 2011-10-21 19:11:52 +01:00
parent e3847eff38
commit aa55e73002
1 changed files with 0 additions and 10 deletions

View File

@ -328,16 +328,6 @@ initIO()
const atom_t *np;
int i;
#ifdef __YAP_PROLOG__
volatile IOFUNCTIONS buf;
buf = *Sinput->functions;
memset(GD, 0, sizeof(gds_t));
memset(LD, 0, sizeof(PL_local_data_t));
GD->os.iofunctions = buf;
Sinput->functions = &GD->os.iofunctions;
Soutput->functions = &GD->os.iofunctions;
Serror->functions = &GD->os.iofunctions;
#endif
streamAliases = newHTable(16);
streamContext = newHTable(16);
PL_register_blob_type(&stream_blob);