remove nested functions
authorCyril Roelandt <tipecaml@gmail.com>
Wed, 25 Jan 2012 04:07:39 +0000 (05:07 +0100)
committerAntoine Jacquet <royale@zerezo.com>
Wed, 25 Jan 2012 04:07:39 +0000 (05:07 +0100)
commitd07bc64a1481a9048d32ece28844cf3d087ca922
treec05df65ce764052ca709e4cfc6b7316479d98043
parentf47a1586cd88469a5c523923605343c0f29e1c68
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.
irssistats.c