Skip to content

Commit 531de5f

Browse files
committed
Fixed prototypes, foo(void) instead of foo()
1 parent 7bef16c commit 531de5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/zend_portability.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,9 @@ char *alloca();
401401
# define ZEND_FILE_LINE_ORIG_RELAY_C __zend_orig_filename, __zend_orig_lineno
402402
# define ZEND_FILE_LINE_ORIG_RELAY_CC , ZEND_FILE_LINE_ORIG_RELAY_C
403403
#else
404-
# define ZEND_FILE_LINE_D
404+
# define ZEND_FILE_LINE_D void
405405
# define ZEND_FILE_LINE_DC
406-
# define ZEND_FILE_LINE_ORIG_D
406+
# define ZEND_FILE_LINE_ORIG_D void
407407
# define ZEND_FILE_LINE_ORIG_DC
408408
# define ZEND_FILE_LINE_RELAY_C
409409
# define ZEND_FILE_LINE_RELAY_CC

0 commit comments

Comments
 (0)