mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
ci: bring back Vid build
This commit is contained in:
parent
316cf025ae
commit
6b4dcb916b
2 changed files with 6 additions and 6 deletions
|
@ -277,8 +277,8 @@ fn (p mut Parser) fn_decl() {
|
|||
// C function header def? (fn C.NSMakeRect(int,int,int,int))
|
||||
is_c := f.name == 'C' && p.tok == .dot
|
||||
// Just fn signature? only builtin.v + default build mode
|
||||
//if p.pref.is_verbose { // p.pref.build_mode == .build_module {
|
||||
//println('\n\nfn_decl() name=$f.name receiver_typ=$receiver_typ nogen=$p.cgen.nogen')
|
||||
//if p.pref.is_verbose {
|
||||
//println('\n\nfn_decl() name=$f.name receiver_typ=$receiver_typ nogen=$p.cgen.nogen')
|
||||
//}
|
||||
if is_c {
|
||||
p.check(.dot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue