From c94647aecad6ed7fd12152800437a6cda11e06e6 Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 10 Jul 2019 12:42:23 +0200 Subject: styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error --- compiler/passaux.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/passaux.nim') diff --git a/compiler/passaux.nim b/compiler/passaux.nim index 09f656d58..17c4c506a 100644 --- a/compiler/passaux.nim +++ b/compiler/passaux.nim @@ -30,6 +30,6 @@ proc verboseProcess(context: PPassContext, n: PNode): PNode = # system.nim deactivates all hints, for verbosity:3 we want the processing # messages nonetheless, so we activate them again unconditionally: incl(v.config.notes, hintProcessing) - message(v.config, n.info, hintProcessing, $idgen.gFrontendId) + message(v.config, n.info, hintProcessing, $idgen.gFrontEndId) const verbosePass* = makePass(open = verboseOpen, process = verboseProcess) -- cgit 1.4.1-2-gfad0