summaryrefslogtreecommitdiff
path: root/include/call.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/call.h')
-rw-r--r--include/call.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/call.h b/include/call.h
index 9be5c91..2fcc9b0 100644
--- a/include/call.h
+++ b/include/call.h
@@ -67,7 +67,7 @@ inline void unset(const HashMember<Value> &member) { member.unset(); }
/**
* The isset function conflicts with the 'isset' macro defined by the Zend engine
*/
-#pragma push_macro("isset");
+#pragma push_macro("isset")
#undef isset
/**
@@ -81,7 +81,7 @@ inline Value isset(const HashMember<Value> &member) { return member.exists() &&
/**
* Re-install the ISSET macro
*/
-#pragma pop_macro("isset");
+#pragma pop_macro("isset")
/**
* End of namespace