make sure we initialize the OS bits.

This commit is contained in:
ubu32 2011-02-14 06:49:48 -08:00
parent 8b2312daf7
commit 17da004a5f
1 changed files with 1 additions and 0 deletions

View File

@ -4732,6 +4732,7 @@ init_yap(void)
PL_register_extensions(foreigns);
fileerrors = TRUE;
SinitStreams();
initOs();
}
#endif