fix C major issues
- use delays to implement setup_call - fix user_* flag - error handling i CXX should b local - fix mess on how to call openQuert - deter pt -> from a pointer to another one - avoid text forms when you can use C: LOCLS to locals.h - fux seto_call - new gated call - mem streams
This commit is contained in:
@@ -227,7 +227,8 @@ Yap_SetAlias (Atom arg, int sno)
|
||||
Int alno = aliasp-GLOBAL_FileAliases;
|
||||
aliasp->alias_stream = sno;
|
||||
if (!(GLOBAL_Stream[sno].status &
|
||||
(Null_Stream_f|InMemory_Stream_f|Socket_Stream_f))) {
|
||||
(Null_Stream_f|InMemory_Stream_f|Socket_Stream_f)) &&
|
||||
!GLOBAL_Stream[sno].vfs) {
|
||||
switch(alno) {
|
||||
case 0:
|
||||
Yap_stdin = GLOBAL_Stream[sno].file;
|
||||
|
Reference in New Issue
Block a user