mirror of
https://github.com/icewind1991/ivory.git
synced 2026-06-03 10:44:09 +02:00
Added separated file to store macros
This commit is contained in:
parent
28ecf2d162
commit
872ca624fb
4 changed files with 10 additions and 11 deletions
|
|
@ -13,12 +13,6 @@ extern {
|
|||
|
||||
}
|
||||
|
||||
macro_rules! c_str {
|
||||
($s:expr) => { {
|
||||
concat!($s, "\0").as_ptr() as *const c_char
|
||||
} }
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
pub extern fn php_module_startup(type_: c_int, module_number: c_int) -> c_int {
|
||||
0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue