Skip to content

Commit c93660e

Browse files
Fix rebase
1 parent ed50b8a commit c93660e

File tree

1 file changed

+1
-1
lines changed
  • extensions/algebra/moduli-macros/src

1 file changed

+1
-1
lines changed

extensions/algebra/moduli-macros/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ pub fn moduli_init(input: TokenStream) -> TokenStream {
10831083

10841084
externs.push(quote::quote_spanned! { span.into() =>
10851085
#[no_mangle]
1086-
extern "C" fn #setup_function() {
1086+
extern "C" fn #setup_extern_func() {
10871087
#[cfg(target_os = "zkvm")]
10881088
{
10891089
let mut ptr = 0;

0 commit comments

Comments
 (0)