1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

cgen: revert new

This commit is contained in:
Alexander Medvednikov 2020-05-02 00:59:06 +02:00
parent 7dc98120c0
commit 7a51d4d796

View File

@ -37,7 +37,7 @@ const (
'void',
'volatile',
'while',
'new'
//'new'
]
)