Project

General

Profile

« Previous | Next » 

Revision 91ee9584

Added by tenderlovemaking (Aaron Patterson) over 4 years ago

Macros can't be expressions, so make a function

Macros can't be expressions, that is a GNU extension (I didn't know
that). This commit converts the macro to a function so that everything
will compile correctly on non-GNU compatible compilers.