1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

- Forgot to close comment.

This commit is contained in:
Andi Gutmans
2002-03-12 19:41:02 +00:00
parent 9760fdcb37
commit 0ee65254ee
+1 -1
View File
@@ -428,7 +428,7 @@ ZEND_API void zend_error(int type, const char *format, ...);
void zenderror(char *error);
/* The following #define is used for code duality in PHP for Engine 1 & 2
/* The following #define is used for code duality in PHP for Engine 1 & 2 */
#define ZEND_STANDARD_CLASS_DEF_PTR zend_standard_class_def
extern ZEND_API zend_class_entry *zend_standard_class_def;
extern zend_utility_values zend_uv;