mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
factor out "print" statement's execution functionality
This commit is contained in:
parent
b792feccab
commit
22776167bb
3 changed files with 15 additions and 9 deletions
|
@ -62,6 +62,8 @@ protected:
|
|||
StmtPtr DoSubclassReduce(ListExprPtr singletons, Reducer* c) override;
|
||||
};
|
||||
|
||||
extern void do_print_stmt(const std::vector<ValPtr>& vals);
|
||||
|
||||
class ExprStmt : public Stmt {
|
||||
public:
|
||||
explicit ExprStmt(ExprPtr e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue