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

time.ticks() on Linux/macOS

This commit is contained in:
Alexander Medvednikov
2019-06-30 14:35:26 +02:00
parent b79defd7a9
commit b0c844415d
3 changed files with 15 additions and 4 deletions

View File

@ -25,7 +25,7 @@ mut:
const (
SINGLE_QUOTE = `\'`
QUOTE = `"`
//QUOTE = `"`
)
fn new_scanner(file_path string) *Scanner {