pike.git/
src/
cpp.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2018-02-26
2018-02-26 18:37:47 by Martin Nilsson <nilsson@fastmail.com>
e0c30f9e12f0eaa3e8321125870c6f84c5beb600 (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
master
Remove leftover variable nulling.
4220:
if (fun) { ptrdiff_t foo; free_string(directive);
-
directive = NULL;
+
SKIPSPACE(); foo = pos;