Skip to content
Prev 2230 / 63424 Next

definition of R_problem_buf in S.h (PR#210)

Duncan Temple Lang <duncan@rice.research.bell-labs.com> writes:
Yes, exactly. I forgot which comment I had at the time, but...

There are two obvious solutions:
(1) Define it "static" in S.h (hey, what is 4K these days?)
(2) Declare it extern there and define it somewhere else.

Any preferences?