From: Rcmaniac25 Date: Fri, 30 Jun 2017 23:22:06 +0000 (+0000) Subject: Fixed bug where, under c89 mode, callback macros wouldn't work X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=ef1201710c3037a311d872583f203e08f8d99240;hp=ef1201710c3037a311d872583f203e08f8d99240;p=freeglut Fixed bug where, under c89 mode, callback macros wouldn't work Under c89 (only applies to GCC-like compilers), the variadic macro version would be used and compilation would fail. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1818 7f0cb862-5218-0410-a997-914c9d46530a ---