Merge remote-tracking branch 'origin/topic/johanna/bit-1976'

* origin/topic/johanna/bit-1976:
  Allow event/function definitions to be wrapped in directives.

Fixed to work with attributes (e.g. &priority).
This commit is contained in:
Jon Siwek 2018-08-29 18:21:37 -05:00
commit 611c00a605
10 changed files with 126 additions and 37 deletions

View file

@ -848,7 +848,7 @@ int main(int argc, char** argv)
add_input_file(argv[optind++]);
}
push_scope(0);
push_scope(nullptr, nullptr);
dns_mgr = new DNS_Mgr(dns_type);