Fix compiler warning
commit8cb60a5574c47dcb4882906c6fef976621b73405
authorTobias Grosser <grosser@fim.uni-passau.de>
Tue, 22 Sep 2009 19:20:15 +0000 (22 21:20 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 24 Sep 2009 21:17:38 +0000 (24 23:17 +0200)
tree2ff2d27834ff391223289924ea4b12ac15cef8b8
parent23e37c10c280617153e9652d27f5c34d426bfb1a
Fix compiler warning

Silence "warning: function declaration isn't a prototype" by changing
f() to f(void).
The warning is produced by gcc in preparation of compiling these headers
with a C++ compiler.

Signed-off-by: Tobias Grosser <grosser@fim.uni-passau.de>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/cloog/names.h