Last active
August 29, 2015 14:05
-
-
Save NewEraCracker/b0d4f76a05f09dd3ffe1 to your computer and use it in GitHub Desktop.
vulcan-logic-disassembler-0.12.0-build-fix.diff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -uNra vld-0.12.0.old/vld.c vld-0.12.0.new/vld.c | |
--- vld-0.12.0.old/vld.c Sat Sep 21 23:35:49 2013 | |
+++ vld-0.12.0.new/vld.c Sat May 24 17:02:45 2014 | |
@@ -251,7 +251,7 @@ | |
static int vld_dump_fe (zend_op_array *fe APPLY_TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) | |
{ | |
#if PHP_VERSION_ID < 50300 | |
- TSRMLS_FETCH() | |
+ TSRMLS_FETCH(); | |
#endif | |
if (fe->type == ZEND_USER_FUNCTION) { | |
char *new_str; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment