case LENERR:
case FMTERR:
- fprintf (stderr,
- innum ? "??Format error (message %d) in "
- : "??Format error in ",
- outnum ? outnum : innum);
+ if (innum)
+ fprintf (stderr, "??Format error (message %d) in ",
+ outnum ? outnum : innum);
+ else
+ fprintf (stderr, "??Format error in ");
+
fprintf (stderr, "component %d\n", compnum);
if (outnum) {
m_unknown (&gstate, f);
}
-void
-scan_eom_action (int (*action)()) {
- m_eomsbr (gstate, action);
-}
-
void
scan_reset_m_getfld_state () {
m_getfld_state_reset (&gstate);