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

This commit is contained in:
Nicholas Hastings 2010-04-24 21:06:10 -04:00
parent 2edf63c5fd
commit e5e1507dff

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. */
/** /**