Commit 720e51b7 by Richard Kenner

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

From-SVN: r9139
parent a7a05640
...@@ -4099,7 +4099,7 @@ do_include (buf, limit, op, keyword) ...@@ -4099,7 +4099,7 @@ do_include (buf, limit, op, keyword)
int angle_brackets = 0; /* 0 for "...", 1 for <...> */ int angle_brackets = 0; /* 0 for "...", 1 for <...> */
int pcf = -1; int pcf = -1;
char *pcfbuf; char *pcfbuf;
int pcfbuflimit; char *pcfbuflimit;
int pcfnum; int pcfnum;
f= -1; /* JF we iz paranoid! */ f= -1; /* JF we iz paranoid! */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment