rsyslog / liblognorm

a fast samples-based log normalization library
http://www.liblognorm.com
GNU Lesser General Public License v2.1
99 stars 64 forks source link

v2: stop using foreach macros #197

Closed rgerhards closed 8 years ago

rgerhards commented 8 years ago

they use internal implementation details; use _iter_ functions instead. This is also necessary because libfastjson 0.99.3+ will no longer support the foreach macros.