File tree 4 files changed +14
-14
lines changed
4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 18
18
#define FEXPR_INLINE static inline
19
19
#endif
20
20
21
- #ifdef __cplusplus
22
- extern "C" {
23
- #endif
24
-
25
21
#include "mpoly_types.h"
26
22
#include "arf_types.h"
27
23
#include "gr_types.h"
28
24
25
+ #ifdef __cplusplus
26
+ extern "C" {
27
+ #endif
28
+
29
29
/* FIXME: We need calcium_stream in ca_types.h, but this header includes qqbar.h
30
30
which conditionally defines functions using fexpr_t if and only if FEXPR_H is
31
31
defined. And at this point FEXPR_H is defined, but not fexpr_t... */
Original file line number Diff line number Diff line change 18
18
#define FEXPR_BUILTIN_INLINE static inline
19
19
#endif
20
20
21
+ #include "fexpr.h"
22
+
21
23
#ifdef __cplusplus
22
24
extern "C" {
23
25
#endif
24
26
25
- #include "fexpr.h"
26
-
27
27
/* Builtin symbols */
28
28
29
29
/* Must be listed in alphabetical order with corresponding entry
Original file line number Diff line number Diff line change 18
18
#define FMPZ_MPOLY_Q_INLINE static inline
19
19
#endif
20
20
21
- #ifdef __cplusplus
22
- extern "C" {
23
- #endif
24
-
25
21
#include "fmpz.h"
26
22
#include "fmpz_vec.h"
27
23
#include "fmpz_mpoly.h"
28
24
#include "acb_types.h"
29
25
26
+ #ifdef __cplusplus
27
+ extern "C" {
28
+ #endif
29
+
30
30
#define fmpz_mpoly_q_numref (x ) (&((x)->num))
31
31
#define fmpz_mpoly_q_denref (x ) (&((x)->den))
32
32
Original file line number Diff line number Diff line change 18
18
#define QQBAR_INLINE static inline
19
19
#endif
20
20
21
- #ifdef __cplusplus
22
- extern "C" {
23
- #endif
24
-
25
21
#include "fmpz_types.h"
26
22
#include "fmpq_types.h"
27
23
#include "mpoly_types.h"
28
24
#include "acb.h"
29
25
26
+ #ifdef __cplusplus
27
+ extern "C" {
28
+ #endif
29
+
30
30
typedef struct
31
31
{
32
32
fmpz_poly_struct poly ;
You can’t perform that action at this time.
0 commit comments