mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
compiler: fix stuck parsing of 'enum{}' + handle such bugs
This commit is contained in:
committed by
Alexander Medvednikov
parent
ae3d84df6b
commit
f4834bd85d
@@ -9,7 +9,7 @@ module gl
|
||||
#flag @VROOT/thirdparty/glad/glad.o
|
||||
|
||||
// joe-c: fix & remove
|
||||
pub enum TmpGlImportHack{}
|
||||
pub enum TmpGlImportHack{ non_empty }
|
||||
|
||||
pub fn init_glad() {
|
||||
ok := C.gladLoadGL()
|
||||
|
||||
Reference in New Issue
Block a user