Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6831 → Rev 6832

/programs/cmp.inc
File deleted
\ No newline at end of file
/programs/macros.inc
557,6 → 557,14
end if
}
 
; replaces /programs/cmp.inc
irp cond, e, ne, g, ng, l, nl, ge, le {
macro cmp#cond a, b, c\{
cmp a, b
j#cond c
\}
}
 
; constants
 
; events
/programs/system/notify3/notify.asm
4,7 → 4,6
dd 1, @ENTRY, @end, @memory, @stack, @params, 0
 
include "../../macros.inc"
include "../../cmp.inc"
include "../../proc32.inc"
include "../../dll.inc"
; include "../../debug.inc"
/programs/system/notify3/test_ctrl.asm
8,7 → 8,6
; include "../../debug.inc"
include "../../notify.inc"
include "../../string.inc"
include "../../cmp.inc"
 
@entry:
mcall 68, 11
/programs/system/open/open.asm
15,7 → 15,6
include "../../proc32.inc"
include "../../macros.inc"
include "../../dll.inc"
include "../../cmp.inc"
include "../../string.inc"
include "../../develop/libraries/box_lib/trunk/box_lib.mac"