mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
set code owner
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
#
|
||||
#
|
||||
# The Nim Compiler
|
||||
#
|
||||
# See the file "copying.txt", included in this
|
||||
# distribution, for details about the copyright.
|
||||
#
|
||||
## code owner: Arne Döring
|
||||
## e-mail: arne.doering@gmx.net
|
||||
|
||||
proc align(address, alignment: BiggestInt): BiggestInt =
|
||||
result = (address + (alignment - 1)) and not (alignment - 1)
|
||||
|
||||
Reference in New Issue
Block a user