summaryrefslogtreecommitdiff
path: root/internal/bignum.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/bignum.h')
-rw-r--r--internal/bignum.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/bignum.h b/internal/bignum.h
index 9b89e61f28..db8d3aee83 100644
--- a/internal/bignum.h
+++ b/internal/bignum.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_BIGNUM_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_BIGNUM_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
@@ -164,11 +163,9 @@ VALUE rb_str2big_gmp(VALUE arg, int base, int badcheck);
VALUE rb_int_parse_cstr(const char *str, ssize_t len, char **endp, size_t *ndigits, int base, int flags);
RUBY_SYMBOL_EXPORT_END
-MJIT_SYMBOL_EXPORT_BEGIN
#if defined(HAVE_INT128_T)
VALUE rb_int128t2big(int128_t n);
#endif
-MJIT_SYMBOL_EXPORT_END
/* sign: positive:1, negative:0 */
static inline bool