Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7114 → Rev 7113

/kernel/trunk/boot/bootstr.inc
31,7 → 31,6
}
d80x25_top:
line_full_top
if __REV__ > 0
cur_line_pos = 75
store byte ' ' at d80x25_top+cur_line_pos+1
rev_var = __REV__
42,7 → 41,6
end while
store byte ' ' at d80x25_top+cur_line_pos
store dword ' SVN' at d80x25_top+cur_line_pos-4
end if
 
space_msg:
line_space
/kernel/trunk/macros.inc
15,13 → 15,6
\}
}
 
macro ignore_empty_revision_keyword {
; svn keywords are neither substituted by git-svn nor catched by $Revision
; macro above, ignore them to not fail the build
macro $Rev#ision$ \{\}
}
ignore_empty_revision_keyword
 
$Revision$