Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1043 → Rev 1044

/programs/develop/fasm/trunk/assemble.inc
1641,6 → 1641,8
complex_tword:
call get_word_value
push eax
cmp byte [esi],':'
jne invalid_operand
inc esi
lods byte [esi]
cmp al,'('
/programs/develop/fasm/trunk/version.inc
33,7 → 33,7
; cannot simply be copied and put under another distribution licence
; (including the GNU Public Licence).
 
VERSION_STRING equ "1.67.33"
VERSION_STRING equ "1.67.34"
 
VERSION_MAJOR = 1
VERSION_MINOR = 67