mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 20:22:24 +00:00
sometimes it can crash because of this line. commented for now. fonts
are not necessary anyway.
This commit is contained in:
parent
8887c4edb0
commit
815795588b
3 changed files with 2 additions and 2 deletions
|
|
@ -744,7 +744,7 @@ MODULE Texts; (** CAS/HM 23.9.93 -- interface based on Texts by JG/NW 6.12.91**
|
||||||
IF plen > 0 THEN NEW(p); p.file := f; p.org := pos; p.ascii := FALSE; un := p; un.len := plen
|
IF plen > 0 THEN NEW(p); p.file := f; p.org := pos; p.ascii := FALSE; un := p; un.len := plen
|
||||||
ELSE LoadElem(msg.r, pos - org, -plen, e); un := e; un.len := 1
|
ELSE LoadElem(msg.r, pos - org, -plen, e); un := e; un.len := 1
|
||||||
END;
|
END;
|
||||||
un.fnt := fnts[fno]; un.col := col; un.voff := voff;
|
(*un.fnt := fnts[fno];*) un.col := col; un.voff := voff;
|
||||||
INC(pos, un.len); u.next := un; un.prev := u; u := un; Files.Read(msg.r, fno)
|
INC(pos, un.len); u.next := un; un.prev := u; u := un; Files.Read(msg.r, fno)
|
||||||
END;
|
END;
|
||||||
u.next := T.head; T.head.prev := u; T.cache := T.head; T.corg := 0;
|
u.next := T.head; T.head.prev := u; T.cache := T.head; T.corg := 0;
|
||||||
|
|
|
||||||
|
|
@ -761,7 +761,7 @@ MODULE Texts0; (** CAS/HM 23.9.93 -- interface based on Texts by JG/NW 6.12.91*
|
||||||
IF plen > 0 THEN NEW(p); p.file := f; p.org := pos; p.ascii := FALSE; un := p; un.len := plen
|
IF plen > 0 THEN NEW(p); p.file := f; p.org := pos; p.ascii := FALSE; un := p; un.len := plen
|
||||||
ELSE LoadElem(msg.r, pos - org, -plen, e); un := e; un.len := 1
|
ELSE LoadElem(msg.r, pos - org, -plen, e); un := e; un.len := 1
|
||||||
END;
|
END;
|
||||||
un.fnt := fnts[fno]; un.col := col; un.voff := voff;
|
(*un.fnt := fnts[fno];*) un.col := col; un.voff := voff;
|
||||||
INC(pos, un.len); u.next := un; un.prev := u; u := un; Files.Read(msg.r, fno)
|
INC(pos, un.len); u.next := un; un.prev := u; u := un; Files.Read(msg.r, fno)
|
||||||
END;
|
END;
|
||||||
u.next := T.head; T.head.prev := u; T.cache := T.head; T.corg := 0;
|
u.next := T.head; T.head.prev := u; T.cache := T.head; T.corg := 0;
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue