From 500257d11154f5a8db4cbfc4c3d27ce1b5410138 Mon Sep 17 00:00:00 2001
From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com>
Date: Sat, 21 Dec 2013 19:57:23 +0100
Subject: [PATCH] remove spurious TSRMLS_CC

---
 src/bindings/php/hammer.i | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bindings/php/hammer.i b/src/bindings/php/hammer.i
index 7f9b9d36..44d4fd8c 100644
--- a/src/bindings/php/hammer.i
+++ b/src/bindings/php/hammer.i
@@ -79,7 +79,7 @@
     //SWIG_exception(SWIG_TypeError, "typemap: should have been an HParseResult*, was NULL");
     RETVAL_NULL();
   } else {
-    hpt_to_php($1->ast, $result TSRMLS_CC);
+    hpt_to_php($1->ast, $result);
   }
  }
 
-- 
GitLab