diff options
Diffstat (limited to 'src/data.c')
-rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index 2797adfcdc8..38968359a50 100644 --- a/src/data.c +++ b/src/data.c @@ -3079,7 +3079,7 @@ Both must be integers or markers. */) } /* Return X mod Y. Both must be integers and Y must be nonzero. */ -Lisp_Object +static Lisp_Object integer_mod (Lisp_Object x, Lisp_Object y) { if (FIXNUMP (x) && FIXNUMP (y)) |