Fixed functions.inc not having double-include prevention (bug 4342, r=fyren)
This commit is contained in:
parent
2edf63c5fd
commit
e5e1507dff
@ -30,6 +30,11 @@
|
||||
* Version: $Id$
|
||||
*/
|
||||
|
||||
#if defined _functions_included
|
||||
#endinput
|
||||
#endif
|
||||
#define _functions_included
|
||||
|
||||
#define SP_PARAMFLAG_BYREF (1<<0) /**< Internal use only. */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user