Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 94282 | Differences between
and this patch

Collapse All | Expand All

(-)php-5.0.3.old/Zend/zend_modules.h (-1 / +1 lines)
Lines 22-28 Link Here
22
#ifndef MODULES_H
22
#ifndef MODULES_H
23
#define MODULES_H
23
#define MODULES_H
24
24
25
#include "zend.h"
25
#include "zend_compile.h"
26
26
27
#define INIT_FUNC_ARGS		int type, int module_number TSRMLS_DC
27
#define INIT_FUNC_ARGS		int type, int module_number TSRMLS_DC
28
#define INIT_FUNC_ARGS_PASSTHRU	type, module_number TSRMLS_CC
28
#define INIT_FUNC_ARGS_PASSTHRU	type, module_number TSRMLS_CC

Return to bug 94282