Skip to content

Commit c343ca4

Browse files
committed
Split inheritance into separate file
This moves handling of inheritance and interface implementation from zend_compile.c into a separate zend_inheritance.c file, as this is not really related to compilation.
1 parent 2be8fdc commit c343ca4

File tree

9 files changed

+1626
-1557
lines changed

9 files changed

+1626
-1557
lines changed

Zend/Zend.dsp

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Zend/ZendTS.dsp

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Zend/zend_API.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include "zend_constants.h"
2828
#include "zend_exceptions.h"
2929
#include "zend_closures.h"
30+
#include "zend_inheritance.h"
3031

3132
#ifdef HAVE_STDARG_H
3233
#include <stdarg.h>

0 commit comments

Comments
 (0)