Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
  • Loading branch information
zsuraski committed Dec 22, 1999
1 parent 3ae459b commit 5ba5f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Zend/zend.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ HashTable *global_constants_table;

zend_utility_values zend_uv;

zval zval_used_for_init; /* True global variable */
ZEND_API zval zval_used_for_init; /* True global variable */

/* version information */
static char *zend_version_info;
Expand Down
2 changes: 1 addition & 1 deletion Zend/zend.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ void zenderror(char *error);

extern ZEND_API zend_class_entry zend_standard_class_def;
extern zend_utility_values zend_uv;
extern zval zval_used_for_init;
extern ZEND_API zval zval_used_for_init;

END_EXTERN_C()

Expand Down

0 comments on commit 5ba5f00

Please sign in to comment.