取消了 i8* == i8* 实际使用 strcmp 的规则
This commit is contained in:
@@ -200,7 +200,7 @@ match ty:
|
||||
string.strcpy(buf, "void")
|
||||
```
|
||||
|
||||
详见 [includes/llvmlite/__types.py](../includes/llvmlite/__types.py) 的 `LLVMType` 实现。
|
||||
详见 [includes/llvmlite/__types.vp](../includes/llvmlite/__types.vp) 的 `LLVMType` 实现。
|
||||
|
||||
## Typedef
|
||||
|
||||
@@ -258,7 +258,7 @@ node: GNode | t.CPtr = GNode()
|
||||
lst.append(node) # 类型安全:append 只接受 GNode
|
||||
```
|
||||
|
||||
详见 [includes/linkedlist.py](../includes/linkedlist.py) 和 [includes/vector.py](../includes/vector.py)。
|
||||
详见 [includes/linkedlist.vp](../includes/linkedlist.vp) 和 [includes/vector.vp](../includes/vector.vp)。
|
||||
|
||||
## 位域
|
||||
|
||||
|
||||
Reference in New Issue
Block a user