Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1566 → Rev 1567

/programs/macros.inc
190,6 → 190,15
end if
}
 
macro szZ name,[data] { ; same as sz, but with 0 at the end of line (ASCIIZ string) [dunkaist]
common
if used name
name db data,0
.size = $-name-1
end if
}
sz0 fix szZ
 
macro lsz name,[lng,data] { ; from MFAR [mike.dld]
common
if used name