diff options
| author | ruki <[email protected]> | 2020-04-21 23:55:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-21 17:32:35 +0800 |
| commit | 6335364ed2a2a6c7f923554fea88f337a6193d56 (patch) | |
| tree | 0f3b72f59b214debc005a916de290e4a97bba3cc /core/src | |
| parent | 65a5c501c080190480b2b178d9cb6adfd12502eb (diff) | |
improve machine.h
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/machine.h b/core/src/xmake/machine.h index 7f1160428..4a644a061 100644 --- a/core/src/xmake/machine.h +++ b/core/src/xmake/machine.h @@ -36,7 +36,7 @@ __tb_extern_c_enter__ */ /// the xmake machine type -typedef struct{}* xm_machine_ref_t; +typedef struct{tb_int_t dummy;} const* xm_machine_ref_t; /* ////////////////////////////////////////////////////////////////////////////////////// * interfaces |
