mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 02:52:24 +00:00
Force git rename of VT100 in bootstrap, make SYSTEM.* mdel independent.
This commit is contained in:
parent
80de6dc216
commit
1507d9cb0a
34 changed files with 152 additions and 131 deletions
|
|
@ -26,7 +26,7 @@ static CHAR Compiler_mname[256];
|
|||
export void Compiler_Module (BOOLEAN *done);
|
||||
static void Compiler_PropagateElementaryTypeSizes (void);
|
||||
export void Compiler_Translate (void);
|
||||
static void Compiler_Trap (int16 sig);
|
||||
static void Compiler_Trap (int32 sig);
|
||||
|
||||
|
||||
void Compiler_Module (BOOLEAN *done)
|
||||
|
|
@ -147,7 +147,7 @@ void Compiler_Translate (void)
|
|||
}
|
||||
}
|
||||
|
||||
static void Compiler_Trap (int16 sig)
|
||||
static void Compiler_Trap (int32 sig)
|
||||
{
|
||||
Heap_FINALL();
|
||||
if (sig == 3) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue