mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
More LONGINTS changed to Address. Remove special FetchAddress code in Heap.
This commit is contained in:
parent
f13130bbd3
commit
7efd5a0158
201 changed files with 1227 additions and 1132 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* voc 1.95 [2016/09/12] for gcc LP64 on cygwin xtspkaSfF */
|
||||
/* voc 1.95 [2016/09/14] for gcc LP64 on cygwin xtspkaSfF */
|
||||
|
||||
#define INTEGER int16
|
||||
#define LONGINT int32
|
||||
|
|
@ -578,13 +578,13 @@ void Texts_ChangeLooks (Texts_Text T, int32 beg, int32 end, SET sel, Texts_Fonts
|
|||
T->cache = c;
|
||||
T->corg = co;
|
||||
while (un != vn) {
|
||||
if ((__IN(0, sel) && fnt != NIL)) {
|
||||
if ((__IN(0, sel, 32) && fnt != NIL)) {
|
||||
un->fnt = fnt;
|
||||
}
|
||||
if (__IN(1, sel)) {
|
||||
if (__IN(1, sel, 32)) {
|
||||
un->col = col;
|
||||
}
|
||||
if (__IN(2, sel)) {
|
||||
if (__IN(2, sel, 32)) {
|
||||
un->voff = voff;
|
||||
}
|
||||
Texts_Merge(T, u, &un);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue