Fixed functions.inc not having double-include prevention (bug 4342, r=fyren)

This commit is contained in:
Nicholas Hastings 2010-04-24 21:05:48 -04:00
parent f5cc5eb757
commit cecb7cb6a2

View File

@ -30,6 +30,11 @@
* Version: $Id$ * Version: $Id$
*/ */
#if defined _functions_included
#endinput
#endif
#define _functions_included
#define SP_PARAMFLAG_BYREF (1<<0) /**< Internal use only. */ #define SP_PARAMFLAG_BYREF (1<<0) /**< Internal use only. */
/** /**