mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
rename compiler2.parser to v.parser etc
This commit is contained in:
@@ -96,4 +96,4 @@ fn unmarshall_array<T> (s T, m voidptr) array_T {
|
||||
|
||||
fn unmarshall_map<T> (s T, m voidptr) map_T {
|
||||
return *(*map_T(m))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user