Added prefix C_ to the names prolog, jump, and locals

This commit is contained in:
ceriel
1989-01-26 14:04:11 +00:00
parent e6fb2468c8
commit 817facac14
8 changed files with 28 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ int d;
char *s;
swtxt();
jump(extnd_part( d));
C_jump(extnd_part( d));
symbol_definition( s = extnd_cont( d));
set_local_visible( s);
}
@@ -33,7 +33,7 @@ int d;
{
swtxt();
jump(extnd_cont( d));
C_jump(extnd_cont( d));
}