Browse Source

clang compile

viest 7 years ago
parent
commit
0c8f6d6db3
2 changed files with 0 additions and 4 deletions
  1. 0 2
      kernel/excel.h
  2. 0 2
      kernel/exception.h

+ 0 - 2
kernel/excel.h

@@ -27,8 +27,6 @@ typedef struct {
 
 extern zend_class_entry *vtiful_excel_ce;
 
-VTIFUL_STARTUP_FUNCTION(excel);
-
 excel_resource_t * zval_get_resource(zval *handle);
 
 #endif

+ 0 - 2
kernel/exception.h

@@ -15,6 +15,4 @@
 
 extern zend_class_entry *vtiful_exception_ce;
 
-VTIFUL_STARTUP_FUNCTION(vtiful_exception);
-
 #endif