Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1640 → Rev 1641

/kernel/branches/Kolibri-A/trunk/kernel32.inc
16,30 → 16,6
$Revision$
 
 
;struc db [a] { common . db a
; if ~used .
; display 'not used db: ',`.,13,10
; end if }
;struc dw [a] { common . dw a
; if ~used .
; display 'not used dw: ',`.,13,10
; end if }
;struc dd [a] { common . dd a
; if ~used .
; display 'not used dd: ',`.,13,10
; end if }
;struc dp [a] { common . dp a
; if ~used .
; display 'not used dp: ',`.,13,10
; end if }
;struc dq [a] { common . dq a
; if ~used .
; display 'not used dq: ',`.,13,10
; end if }
;struc dt [a] { common . dt a
; if ~used .
; display 'not used dt: ',`.,13,10
; end if }
 
struc POINT {
.x dd ?
244,7 → 220,7
; sound
 
include "sound/playnote.inc" ; player Note for Speaker PC
include "sound/FFT.inc" ; fast Fourier transform routines
include "sound/FHT.inc" ; fast Fourier transform routines
 
; display
 
311,3 → 287,4
 
; list of external functions
include "imports.inc"