summaryrefslogtreecommitdiff
path: root/internal/complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/complex.h')
-rw-r--r--internal/complex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/complex.h b/internal/complex.h
index 6f63a9ebeb..42151652b7 100644
--- a/internal/complex.h
+++ b/internal/complex.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_COMPLEX_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_COMPLEX_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
@@ -25,5 +24,6 @@ struct RComplex {
/* complex.c */
VALUE rb_dbl_complex_new_polar_pi(double abs, double ang);
+st_index_t rb_complex_hash(VALUE comp);
#endif /* INTERNAL_COMPLEX_H */