diff options
author | Nikita Popov <nikic@php.net> | 2014-09-19 00:01:05 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2014-09-19 19:54:37 +0200 |
commit | c343ca4efba7e600f7d20c73fde34dbda8192e48 (patch) | |
tree | 55d4aa3f431db584f6d8ae2c34f6ff2406994a65 /Zend/ZendTS.dsp | |
parent | 2be8fdcfd6b719cf21e4344c75b46fd5704727e4 (diff) | |
download | php-git-c343ca4efba7e600f7d20c73fde34dbda8192e48.tar.gz |
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.
Diffstat (limited to 'Zend/ZendTS.dsp')
-rw-r--r-- | Zend/ZendTS.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Zend/ZendTS.dsp b/Zend/ZendTS.dsp index 21210f1087..4c6ef92465 100644 --- a/Zend/ZendTS.dsp +++ b/Zend/ZendTS.dsp @@ -205,6 +205,10 @@ SOURCE=.\zend_indent.c # End Source File
# Begin Source File
+SOURCE=.\zend_inheritance.c
+# End Source File
+# Begin Source File
+
SOURCE=.\zend_ini.c
# End Source File
# Begin Source File
|