fixed: beginpart must divert main stream
This commit is contained in:
parent
2ddfdff471
commit
e12ef40218
@ -22,6 +22,7 @@ int d;
|
||||
char *s;
|
||||
swtxt();
|
||||
|
||||
C_jump(extnd_main( d));
|
||||
symbol_definition(s = extnd_part( d));
|
||||
set_local_visible(s);
|
||||
}
|
||||
@ -31,9 +32,12 @@ C_endpart( d)
|
||||
int d;
|
||||
|
||||
{
|
||||
char *s;
|
||||
swtxt();
|
||||
|
||||
C_jump(extnd_cont( d));
|
||||
symbol_definition(s = extnd_main( d));
|
||||
set_local_visible(s);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user