(do_include): Fix type typo: pcfbuflimit is char *, not int.

From-SVN: r9139
This commit is contained in:
Richard Kenner 1995-03-08 18:21:34 -05:00
parent a7a0564039
commit 720e51b748
1 changed files with 1 additions and 1 deletions

View File

@ -4099,7 +4099,7 @@ do_include (buf, limit, op, keyword)
int angle_brackets = 0; /* 0 for "...", 1 for <...> */
int pcf = -1;
char *pcfbuf;
int pcfbuflimit;
char *pcfbuflimit;
int pcfnum;
f= -1; /* JF we iz paranoid! */