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