gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
path: root/gcl/o/unexelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcl/o/unexelf.c')
-rw-r--r--gcl/o/unexelf.c 5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcl/o/unexelf.c b/gcl/o/unexelf.c
index 124f71cff..576b888ed 100644
--- a/gcl/o/unexelf.c
+++ b/gcl/o/unexelf.c
@@ -583,9 +583,8 @@ typedef unsigned char byte;
/* Round X up to a multiple of Y. */
static ElfW(Addr)
-round_up (x, y)
- ElfW(Addr) x, y;
-{
+round_up (ElfW(Addr) x,ElfW(Addr) y) {
+
int rem = x % y;
if (rem == 0)
return x;
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月19日 07:17:29 +0000

AltStyle によって変換されたページ (->オリジナル) /