mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
-O gen-C++ tweaks to be compatible with ZAM changes
This commit is contained in:
parent
d89b39a0bb
commit
65a7e3de5f
3 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@ inline ValPtr invoke__CPP(Func* f, std::vector<ValPtr> args, Frame* frame)
|
|||
extern ValPtr when_invoke__CPP(Func* f, std::vector<ValPtr> args, Frame* frame, void* caller_addr);
|
||||
|
||||
// Thrown when a call inside a "when" delays.
|
||||
class DelayedCallException : public InterpreterException
|
||||
class CPPDelayedCallException : public InterpreterException
|
||||
{
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue