src/base/misc.h: Remove trailing semicolons from the function definitions in the GWEN_LIST_FUNCTIONS macro since ISO C89 does not allow these (-pedantic i.e. --enable-warnings=all will give warnings about that). Admittantly all modern compilers have no problems with them and ISO C99 allows these, but we never know whether our source code might get compiled with something different. In other words, since it doesn't hurt us to comply with the older standard, we try to do it here.
2004-05-05 Christian Stimming <stimming@tuhh.de>
definitions in the GWEN_LIST_FUNCTIONS macro since ISO C89 does
not allow these (-pedantic i.e. --enable-warnings=all will give
warnings about that). Admittantly all modern compilers have no
problems with them and ISO C99 allows these, but we never know
whether our source code might get compiled with something
different. In other words, since it doesn't hurt us to comply with
the older standard, we try to do it here.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@338 70169cfe-8b10-0410-8925-dcb4b91034d8