Keep dummy FAST_ZPP macro for compatibility

This commit is contained in:
Andrea Faulds 2016-09-11 19:14:37 +01:00
parent 8a7cfd00de
commit 3e27fbb3d2

View file

@ -665,6 +665,11 @@ END_EXTERN_C()
/* Fast parameter parsing API */ /* Fast parameter parsing API */
/* Fast ZPP is always enabled now; this define is left in for compatibility
* with any existing conditional compilation blocks.
*/
#define FAST_ZPP 1
#define Z_EXPECTED_TYPES(_) \ #define Z_EXPECTED_TYPES(_) \
_(Z_EXPECTED_LONG, "integer") \ _(Z_EXPECTED_LONG, "integer") \
_(Z_EXPECTED_BOOL, "boolean") \ _(Z_EXPECTED_BOOL, "boolean") \