zeek / spicy

C++ parser generator for dissecting protocols & files.
https://docs.zeek.org/projects/spicy
Other
243 stars 37 forks source link

Fix C++ initialization of global constants through global functions. #1754

Closed rsmmr closed 2 months ago

rsmmr commented 2 months ago

The changes ordering of the emitted global declarations so that functions now come first, allowing them be used inside subsequent constant initializations.

Closes #1745.