]> granicus.if.org Git - php/commitdiff
Drop dup declare with inconsistent linkage
authorNikita Popov <nikic@php.net>
Mon, 2 May 2016 09:56:28 +0000 (11:56 +0200)
committerNikita Popov <nikic@php.net>
Mon, 2 May 2016 09:56:28 +0000 (11:56 +0200)
This is already declared in zend_stream.h as ZEND_API.

Zend/zend_language_scanner.h

index f6412b6deec8a60e970e9bc873adb50bad32d15a..d76fdc2ac789f7648225e31d86afc6702444e5b9 100644 (file)
@@ -63,7 +63,6 @@ typedef struct _zend_heredoc_label {
 } zend_heredoc_label;
 
 BEGIN_EXTERN_C()
-int zend_compare_file_handles(zend_file_handle *fh1, zend_file_handle *fh2);
 ZEND_API void zend_save_lexical_state(zend_lex_state *lex_state);
 ZEND_API void zend_restore_lexical_state(zend_lex_state *lex_state);
 ZEND_API int zend_prepare_string_for_scanning(zval *str, char *filename);