diff options
author | Robby Zambito <contact@robbyzambito.me> | 2023-02-16 09:12:17 -0500 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2023-02-16 09:12:17 -0500 |
commit | 73a0cba3f4d4fa825a21332fbcc159e68cd3a1ea (patch) | |
tree | 4c9b55f847ec48c049fa56a2aec6e699e0e82393 | |
parent | 7bf0fa24e0df6949d2e1f6c57fb67539d674810a (diff) |
Rename guile.scm to guile-json.scm
This will avoid any potential conflicts from other zambyte/meta/guile.scm files.
-rw-r--r-- | lib/zambyte/meta/guile-json.scm (renamed from lib/zambyte/meta/guile.scm) | 0 | ||||
-rw-r--r-- | lib/zambyte/meta/json.sld | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/zambyte/meta/guile.scm b/lib/zambyte/meta/guile-json.scm index 1e41f9c..1e41f9c 100644 --- a/lib/zambyte/meta/guile.scm +++ b/lib/zambyte/meta/guile-json.scm diff --git a/lib/zambyte/meta/json.sld b/lib/zambyte/meta/json.sld index 8838c77..3e27bd9 100644 --- a/lib/zambyte/meta/json.sld +++ b/lib/zambyte/meta/json.sld @@ -64,7 +64,7 @@ (include-library-declarations "macduffie.scm")) ((and guile (library (json))) (import (only (guile) include-from-path import)) - (begin (include-from-path "zambyte/meta/guile.scm"))) + (begin (include-from-path "zambyte/meta/guile-json.scm"))) (gauche (include-library-declarations "gauche.scm")) (gerbil |