]> granicus.if.org Git - php/commitdiff
add compat #define
authorSascha Schumann <sas@php.net>
Thu, 6 May 1999 20:54:56 +0000 (20:54 +0000)
committerSascha Schumann <sas@php.net>
Thu, 6 May 1999 20:54:56 +0000 (20:54 +0000)
ext/mcrypt/php_mcrypt.h

index a76fa27e1f8b8e6f177a28ad5007307f5bd1294c..fbeda253c3d5f11b160b72fc43ca9c4ae22950c9 100644 (file)
@@ -25,4 +25,6 @@ PHP_FUNCTION(mcrypt_create_iv);
 #define mcrypt_module_ptr NULL
 #endif
 
+#define phpext_mcrypt_ptr mcrypt_module_ptr
+
 #endif