From c735b75f6f9aa83d525c1cb819c8e6d83badc447 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 5 Nov 2018 20:20:13 +0100 Subject: compiler cleanup: flag tfOldSchoolExprStmt is gone --- compiler/ast.nim | 3 --- 1 file changed, 3 deletions(-) (limited to 'compiler/ast.nim') diff --git a/compiler/ast.nim b/compiler/ast.nim index bc54367f6..bb0f95acd 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -568,9 +568,6 @@ const tfUnion* = tfNoSideEffect tfGcSafe* = tfThread tfObjHasKids* = tfEnumHasHoles - tfOldSchoolExprStmt* = tfVarargs # for now used to distinguish \ - # 'varargs[expr]' from 'varargs[untyped]'. Eventually 'expr' will be - # deprecated and this mess can be cleaned up. tfReturnsNew* = tfInheritable skError* = skUnknown -- cgit 1.4.1-2-gfad0 eb01d85b12f23946c3e7'>this commit This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log blame commit diff stats
path: root/lib/pure/rawsockets.nim
blob: a30c23ada0c9639bca33d0f3656c9f3ac3f66f65 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12