From de3deba498da1743268c0b8c0a15b4e1dde12bb9 Mon Sep 17 00:00:00 2001 From: ESL Date: Wed, 31 Jul 2024 23:17:37 -0400 Subject: [PATCH] pre scripts marked as skint scripts --- pre/ksf2c.ssc | 2 ++ pre/nsf2c.ssc | 2 ++ pre/nsf2h.ssc | 2 ++ pre/scm2c.ssc | 2 ++ 4 files changed, 8 insertions(+) diff --git a/pre/ksf2c.ssc b/pre/ksf2c.ssc index 112d853..7533dbb 100644 --- a/pre/ksf2c.ssc +++ b/pre/ksf2c.ssc @@ -1,3 +1,5 @@ +#! /usr/bin/env skint -s + ;--------------------------------------------------------------------------------------------- ; Skint k.sf precursor compiler (k.sf => k.c) ;--------------------------------------------------------------------------------------------- diff --git a/pre/nsf2c.ssc b/pre/nsf2c.ssc index 199c9ef..3776780 100644 --- a/pre/nsf2c.ssc +++ b/pre/nsf2c.ssc @@ -1,3 +1,5 @@ +#! /usr/bin/env skint -s + ;--------------------------------------------------------------------------------------------- ; Skint n.sf precursor compiler (n.sf => n.c) ;--------------------------------------------------------------------------------------------- diff --git a/pre/nsf2h.ssc b/pre/nsf2h.ssc index 7337462..831225f 100644 --- a/pre/nsf2h.ssc +++ b/pre/nsf2h.ssc @@ -1,3 +1,5 @@ +#! /usr/bin/env skint -s + ;--------------------------------------------------------------------------------------------- ; Skint n.sf precursor compiler (n.sf => n.h) ;--------------------------------------------------------------------------------------------- diff --git a/pre/scm2c.ssc b/pre/scm2c.ssc index 67a8c1e..c593237 100644 --- a/pre/scm2c.ssc +++ b/pre/scm2c.ssc @@ -1,3 +1,5 @@ +#! /usr/bin/env skint -s + ;--------------------------------------------------------------------------------------------- ; Skint .scm precursors compiler (Limited Scheme => Serialized code as C data) ;---------------------------------------------------------------------------------------------