소스 검색

clang compile

viest 7 년 전
부모
커밋
0c8f6d6db3
2개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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