diff options
Diffstat (limited to 'staptree.cxx')
-rw-r--r-- | staptree.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/staptree.cxx b/staptree.cxx index f01e895e..9276586b 100644 --- a/staptree.cxx +++ b/staptree.cxx @@ -164,7 +164,7 @@ vardecl::compatible_arity (int a) functiondecl::functiondecl (): - body (0) + body (0), synthetic (false) { } |