Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 530 → Rev 529

/kernel/trunk/imports.inc
File deleted
Property changes:
Deleted: svn:keywords
-Revision
\ No newline at end of property
/kernel/trunk/core/conf_lib.inc
Property changes:
Modified: svn:keywords
-Revision
\ No newline at end of property
+revision
\ No newline at end of property
/kernel/trunk/core/ext_lib.inc
1,8 → 1,13
$Revision$
;============================================================================
;
; External kernel dependencies (libraries) loading
; Çàãðóçêà âíåøíèõ ôóíêöèé ÿäðà
;
;
;
;
;
;
;============================================================================
macro library [name,fname]
{
Property changes:
Modified: svn:keywords
-Revision
\ No newline at end of property
+revision
\ No newline at end of property
/kernel/trunk/fs/parse_fn.inc
1,7 → 1,7
$Revision$
;-------------------------------------------------------------------------
;
; File path partial substitution (according to configuration)
; ‡ ¬¥­  ¨¬¥­ ä ©«®¢
;
;
; SPraid
Property changes:
Modified: svn:keywords
-Revision
\ No newline at end of property
+revision
\ No newline at end of property
/kernel/trunk/lib_func.inc
0,0 → 1,23
$Revision$
;============================================================================
;
; Çàãðóçêà ññûëêè íà âíåøíèå ôóíêöèè
;
;
;
;
;
;
;============================================================================
 
align 4
@IMPORT:
 
library \
libini,'libini.obj'
 
import libini, \
lib_init,'lib_init',\
ini.get_str,'ini.get_str',\
ini.enum_keys,'ini.enum_keys',\
ini.get_int,'ini.get_int'
Property changes:
Added: svn:keywords
+revision
\ No newline at end of property
/kernel/trunk/kernel32.inc
257,4 → 257,4
include "core/ext_lib.inc"
 
; list of external functions
include "imports.inc"
include "lib_func.inc"