andrei          Wed Sep 25 13:48:10 2002 EDT

  Modified files:              
    /php4/ext/standard  reg.h 
  Log:
  
  
  
Index: php4/ext/standard/reg.h
diff -u php4/ext/standard/reg.h:1.16 php4/ext/standard/reg.h:1.17
--- php4/ext/standard/reg.h:1.16        Wed Sep 25 10:02:34 2002
+++ php4/ext/standard/reg.h     Wed Sep 25 13:48:10 2002
@@ -17,7 +17,7 @@
 */
 
 
-/* $Id: reg.h,v 1.16 2002/09/25 14:02:34 andrei Exp $ */
+/* $Id: reg.h,v 1.17 2002/09/25 17:48:10 andrei Exp $ */
 
 #ifndef REG_H
 #define REG_H
@@ -42,7 +42,7 @@
 
 
 #ifdef ZTS
-#define REG(v) TSRMG(reg_globals_id, php_reg_globals *, v)
+#define REG(v) TSRMG(reg_globals_id, zend_reg_globals *, v)
 #else
 #define REG(v) (reg_globals.v)
 #endif



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to