Browse Source

work around gcc bug, otherwise compiler would die with

toplev.c:2261: Internal compiler error in function float_signal

in basic_functions.c
experimetnal/RETURN_REF_PATCH
Sascha Schumann 27 years ago
parent
commit
5a2189f3d3
  1. 2
      main/php_globals.h

2
main/php_globals.h

@ -39,7 +39,7 @@ extern PHPAPI int core_globals_id;
# define PLS_CC
# define PG(v) (core_globals.v)
# define PLS_FETCH()
extern ZEND_API php_core_globals core_globals;
extern ZEND_API struct _php_core_globals core_globals;
#endif

Loading…
Cancel
Save