Sha256: 30ba8486e50ad05118f0453f24359cd197fd93e5a4c588ecc47c27e6419aa9b1

Contents?: true

Size: 334 Bytes

Versions: 8

Compression:

Stored size: 334 Bytes

Contents

#ifndef _RUBY_MPFR_GMP_H_
#define _RUBY_MPFR_GMP_H_

/*
  In ruby_mpfr.h we set 'typedef __mpfr_struct MPFR' and
  in ruby_gmp.h MPFR is a flag meaning the existence of mpfr.h.
  So, we must define the following.
*/
#define MPFR MPFR

#include "gmp_header/ruby_gmp.h"
#include "../../mpfr/ruby_mpfr.h"

#endif /* _RUBY_MPFR_GMP_H_ */

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby-mpfr-0.0.17 ext/gmp/mpfr/ruby_mpfr_gmp.h
ruby-mpfr-0.0.16 ext/gmp/mpfr/ruby_mpfr_gmp.h
ruby-mpfr-0.0.15 ext/gmp/mpfr/ruby_mpfr_gmp.h
ruby-mpfr-0.0.14 ext/gmp/mpfr/ruby_mpfr_gmp.h
ruby-mpfr-0.0.13 ext/gmp/mpfr/ruby_mpfr_gmp.h
ruby-mpfr-0.0.12 ext/gmp/mpfr/ruby_mpfr_gmp.h
ruby-mpfr-0.0.11 ext/gmp/mpfr/ruby_mpfr_gmp.h
ruby-mpfr-0.0.10 ext/gmp/mpfr/ruby_mpfr_gmp.h