From 8d850f7a69d473360c5b1a9db9fd998ab9b5dff4 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Fri, 9 Nov 2018 16:36:49 +0100 Subject: deprecated ospaths (#9665) --- lib/pure/includes/oserr.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/pure/includes/oserr.nim') diff --git a/lib/pure/includes/oserr.nim b/lib/pure/includes/oserr.nim index 31212d0d1..72c3f4f49 100644 --- a/lib/pure/includes/oserr.nim +++ b/lib/pure/includes/oserr.nim @@ -1,7 +1,7 @@ ## Include file that implements 'osErrorMsg' and friends. Do not import it! -when not declared(ospaths): - {.error: "This is an include file for ospaths.nim!".} +when not declared(os): + {.error: "This is an include file for os.nim!".} when not defined(nimscript): var errno {.importc, header: "".}: cint -- cgit 1.4.1-2-gfad0