static struct comp *bodycomp; /* pntr to "body" pseudo-comp *
* (if referenced) */
static int ncomps = 0; /* # of interesting components */
-static char **compbuffers = 0; /* buffers for component text */
+static char **compbuffers = 0; /* buffers for component text */
static struct comp **used_buf = 0; /* stack for comp that use buffers */
static int dat[5]; /* aux. data for format routine */
if (outnum == 0) {
state = FILEEOF; /* stop now if scan cmd */
if (bodycomp && startbody == NULL)
- startbody = tmpbuf;
+ startbody = tmpbuf;
goto finished;
}
if (scnout) {
case LENERR:
case FMTERR:
- if (innum)
+ if (innum)
fprintf (stderr, "??Format error (message %d) in ",
outnum ? outnum : innum);
else