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)
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.


No differences found