Changed 'revision' keyword to 'Revision', which is correct

Renamed 'lib_func.inc' to 'imports.inc'
Translated several Russian comments to English, but not all. Let's be serious, guys

git-svn-id: svn://kolibrios.org@530 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Mihail Semenyako (mike.dld) 2007-05-30 22:50:18 +00:00
parent 93e66701fb
commit 957ae391e2
5 changed files with 6 additions and 16 deletions

View File

@ -1,12 +1,7 @@
$Revision$ $Revision$
;============================================================================ ;============================================================================
; ;
; اـكِ<EFBFBD>هيـ قٍم<EFBFBD>ٍو<EFBFBD> <EFBFBD><EFBFBD>ٍي<EFBFBD>وى <EFBFBD>لِـ ; External kernel dependencies (libraries) loading
;
;
;
;
;
; ;
;============================================================================ ;============================================================================
macro library [name,fname] macro library [name,fname]

View File

@ -1,7 +1,7 @@
$Revision$ $Revision$
;------------------------------------------------------------------------- ;-------------------------------------------------------------------------
; ;
; ‡ ¬¥­  ¨¬¥­ ה ©«®¢ ; File path partial substitution (according to configuration)
; ;
; ;
; SPraid ; SPraid

View File

@ -1,12 +1,7 @@
$Revision$ $Revision$
;============================================================================ ;============================================================================
; ;
; Загрузка ссылки на внешние функции ; External kernel dependencies
;
;
;
;
;
; ;
;============================================================================ ;============================================================================

View File

@ -257,4 +257,4 @@ include "core/conf_lib.inc"
include "core/ext_lib.inc" include "core/ext_lib.inc"
; list of external functions ; list of external functions
include "lib_func.inc" include "imports.inc"