diff options
Diffstat (limited to 'elaborate.h')
-rw-r--r-- | elaborate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elaborate.h b/elaborate.h index 689c35af..9a10283c 100644 --- a/elaborate.h +++ b/elaborate.h @@ -211,7 +211,7 @@ match_node int semantic_pass (systemtap_session& s); void derive_probes (systemtap_session& s, probe *p, std::vector<derived_probe*>& dps, - bool exc_outermost = true); + bool optional = false); // A helper we use here and in translate, for pulling symbols out of lvalue // expressions. |