From fe4d50fb43b80f60dde4c6b105c7d3a6dbbf379d Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Thu, 12 Oct 2017 16:44:48 +0200 Subject: [PATCH 3/3] Remove deprecated -n option from csc This has been deprecated a long time ago in 4.9.0, let's remove it. --- NEWS | 1 + csc.scm | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 52887945..c1c85d61 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,7 @@ - Tools - The new "-link" option to csc allows linking with objects from extensions. + - Removed deprecated "-n" shorthand for "-emit-inline-file" from csc. - Core libraries - Removed support for memory-mapped files (posix), queues diff --git a/csc.scm b/csc.scm index 15882f27..89d8c9c8 100644 --- a/csc.scm +++ b/csc.scm @@ -176,7 +176,6 @@ (-x "-explicit-use") (-u "-unsafe") (-j "-emit-import-library") - (-n "-emit-inline-file") ; DEPRECATED (-b "-block") (-types "-consult-type-file"))) -- 2.11.0