Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v8plus / share / swig / 1.3.26 / php4 / php4init.swg
CommitLineData
920dae64
AT
1
2/* ------------------------------------------------------------
3 * The start of the PHP initialization function
4 * ------------------------------------------------------------ */
5
6%insert(init) "swiginit.swg"
7
8%init %{
9 SWIG_php_minit {
10 SWIG_InitializeModule(0);
11%}
12