mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Add newline at the end of the file (breaks at least SCO and Tru64 C compiler).
This commit is contained in:
parent
88a0832a09
commit
458352954d
@ -25,7 +25,7 @@
|
|||||||
#include "zend_constants.h"
|
#include "zend_constants.h"
|
||||||
|
|
||||||
#ifdef HAVE_STDARG_H
|
#ifdef HAVE_STDARG_H
|
||||||
# include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* these variables are true statics/globals, and have to be mutex'ed on every access */
|
/* these variables are true statics/globals, and have to be mutex'ed on every access */
|
||||||
@ -952,4 +952,4 @@ ZEND_API int zend_disable_function(char *function_name, uint function_name_lengt
|
|||||||
}
|
}
|
||||||
disabled_function[0].fname = function_name;
|
disabled_function[0].fname = function_name;
|
||||||
return zend_register_functions(disabled_function, CG(function_table));
|
return zend_register_functions(disabled_function, CG(function_table));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user