After Brian Cameron in #536926: avoid C99 extension
commit25a1d2b8ca702dc993e20847efc28d8b6a1f29c9
authorPatrick Welche <pwelche@src.gnome.org>
Fri, 10 Oct 2008 14:58:49 +0000 (10 14:58 +0000)
committerPatrick Welche <pwelche@src.gnome.org>
Fri, 10 Oct 2008 14:58:49 +0000 (10 14:58 +0000)
treebffc4ff6dc51b49dce1398dbce614a7f59244063
parent1afc0c4948c125957153e029f260af60d41c017d
After Brian Cameron in #536926: avoid C99 extension
int len; gchar array[len];
and we don't use INT64_{MIN,MAX} anywhere, so avoid the risk of redefinition
completely by removing it.

svn path=/trunk/; revision=3597
ChangeLog
Src/Common/Types/int64.h
Src/Gtk2/dasher_main.cpp