++count;
prev = globals;
}
- module_abort ("Global value was not found in list of %td globals",
+ module_abort ("Global value was not found in list of %" pD "d globals",
count);
}
}
return;
++count;
}
- module_abort ("Runtime pointer not found in list of %td runtimes", count);
+ module_abort ("Runtime pointer not found in list of %" pD "d runtimes",
+ count);
}
static void
return;
++count;
}
- module_abort ("Environment pointer not found in list of %td environments",
+ module_abort ("Environment pointer not found in list of %" pD "d environments",
count);
}
}
++num_environments;
}
- module_abort ("Emacs value not found in %td values of %td environments",
+ module_abort ("Emacs value not found in %" pD "d values of %" pD "d environments",
num_values, num_environments);
}