summaryrefslogtreecommitdiff
path: root/bs/re.scm
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-06-14 16:52:53 -0400
committerBen Sima <ben@bsima.me>2021-11-26 13:47:36 -0500
commit6cefe23cd9ceab4f4f6b957ff64bc7da5f4ec83a (patch)
treec32ce40ef0ee94607304a1feb6c9401d7bfff1c8 /bs/re.scm
parent582964740fafb42e97aa9b5b74a1a3703317b2da (diff)
Convert from r6rs to r7rs
Diffstat (limited to 'bs/re.scm')
-rw-r--r--bs/re.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/bs/re.scm b/bs/re.scm
index 0ab442b..926aae7 100644
--- a/bs/re.scm
+++ b/bs/re.scm
@@ -1,4 +1,3 @@
-#!r6rs
(library (bs re (0))
;; Similar to Python's `re` module. One big difference is that the