mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: remove unnecessary "no methods" error; builder: skip float.c.v with -nofloat
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
// Use of this source code is governed by an MIT license that can be found in the LICENSE file.
|
||||
module builtin
|
||||
|
||||
// TODO implement compile time conditional include
|
||||
// [if !nofloat]
|
||||
import strconv
|
||||
|
||||
#include <float.h>
|
||||
|
Reference in New Issue
Block a user