Use static in definition too, not just in prototype declaration
authorHelmut Eller <eller.helmut@gmail.com>
Mon, 12 Dec 2016 15:36:59 +0000 (16:36 +0100)
committerHelmut Eller <eller.helmut@gmail.com>
Mon, 12 Dec 2016 15:49:03 +0000 (16:49 +0100)
commitfb2f857a3d824a34b38b8e15619f1844dad6e1bd
tree93b9680a397f28ca5375a3da401e61037f3b3e2a
parent706b5e4b7faffb3fb4c58651be5df3e4bd2be794
Use static in definition too, not just in prototype declaration

* csrc/pfcompil.c (ffUnSmudge, FindAndCompile): VBCC refuses to
compile this unless function with static prototypes also have use
static definitions.
csrc/pfcompil.c