mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 18:02:25 +00:00
sometimes it can crash because of this line. commented for now. fonts
are not necessary anyway.
Former-commit-id: 815795588b
This commit is contained in:
parent
df223b96a4
commit
7607ee8651
3 changed files with 3 additions and 3 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;
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
a113ad22927e0094e5f94f603c617f48146ed169
|
da9e240374a49ee39c08857a483a931dcbd48906
|
||||||
Loading…
Add table
Add a link
Reference in a new issue