From: Cyril Roelandt Date: Wed, 25 Jan 2012 04:07:39 +0000 (+0100) Subject: remove nested functions X-Git-Url: http://royale.zerezo.com/git/?p=irssistats;a=commitdiff_plain;h=d07bc64a1481a9048d32ece28844cf3d087ca922;hp=d07bc64a1481a9048d32ece28844cf3d087ca922 remove nested functions irssistats uses nested functions (cf. irssistats.c:1566). It seems to me that nested functions are not part of the C standard (they are a GCC extension), which makes irssistats impossible to compile with compilers that do not support this feature. For example, clang fails to compile it. ---