1
0
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:
Alexander Medvednikov
2021-09-13 18:14:26 +03:00
parent 2ced845e30
commit cfcc57f5d3
3 changed files with 8 additions and 1 deletions

View File

@ -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>