@@ -65,7 +65,7 @@ calcium_write_fmpz(calcium_stream_t out, const fmpz_t x)
6565 calcium_write_free (out , fmpz_get_str (NULL , 10 , x ));
6666}
6767
68- void
68+ static void
6969qqbar_write_n (calcium_stream_t out , const qqbar_t x , slong n )
7070{
7171 acb_t t ;
@@ -81,7 +81,7 @@ qqbar_write_n(calcium_stream_t out, const qqbar_t x, slong n)
8181 acb_clear (t );
8282}
8383
84- void
84+ static void
8585calcium_write_nf_elem (calcium_stream_t out ,
8686 const nf_elem_t a , const char * var , const nf_t nf )
8787{
@@ -129,7 +129,7 @@ calcium_write_nf_elem(calcium_stream_t out,
129129 }
130130}
131131
132- void
132+ static void
133133fmpz_mpoly_q_write_pretty (calcium_stream_t out , const fmpz_mpoly_q_t f , const char * * x , const fmpz_mpoly_ctx_t ctx )
134134{
135135 if (fmpz_mpoly_is_one (fmpz_mpoly_q_denref (f ), ctx ))
@@ -153,7 +153,7 @@ fmpz_mpoly_q_write_pretty(calcium_stream_t out, const fmpz_mpoly_q_t f, const ch
153153 }
154154}
155155
156- void
156+ static void
157157_ca_field_print (calcium_stream_t out , const ca_field_t K , ca_print_info_t * info , ca_ctx_t ctx )
158158{
159159 slong i , j , len , ideal_len ;
@@ -446,7 +446,7 @@ _ca_print(calcium_stream_t out, const ca_t x, ca_print_info_t * info, ca_ctx_t c
446446
447447/* todo: something that doesn't run in quadratic time */
448448
449- void
449+ static void
450450_ca_ext_insert_extension (ca_ext_ptr * * extensions , slong * length , ca_ext_t x , ca_ctx_t ctx )
451451{
452452 slong i , j ;
@@ -488,7 +488,7 @@ _ca_ext_insert_extension(ca_ext_ptr ** extensions, slong * length, ca_ext_t x, c
488488 }
489489}
490490
491- void
491+ static void
492492_ca_ext_all_extensions (ca_ext_ptr * * extensions , slong * length , ca_ext_t x , ca_ctx_t ctx )
493493{
494494 slong i ;
0 commit comments