I don't yet understand what the code does but we've never used
it and didn't miss it, thus it appears to be a good decision to
just remove it.
*cp++ = '\n';
*cp = '\0';
return ((struct format *)0);
-
-#ifdef JLR
- /* I'll remove this as soon as I understand what it does. --meillo */
- if (cp[-1] != '\n')
- *cp++ = '\n';
- while (fmt->f_type != FT_DONE)
- fmt++;
-
- finished:;
- *cp = '\0';
- return (fmt->f_value ? ++fmt : (struct format *) 0);
-#endif /* JLR */
-
}