diff options
Diffstat (limited to 'module/language/cps/spec.scm')
-rw-r--r-- | module/language/cps/spec.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/language/cps/spec.scm b/module/language/cps/spec.scm index 5864203cb..780b982e0 100644 --- a/module/language/cps/spec.scm +++ b/module/language/cps/spec.scm @@ -1,6 +1,6 @@ ;;; Continuation-passing style (CPS) intermediate language (IL) -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015, 2025 Free Software Foundation, Inc. ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public @@ -20,6 +20,7 @@ (define-module (language cps spec) #:use-module (ice-9 match) + #:use-module (ice-9 source-properties) #:use-module (system base language) #:use-module (language cps) #:use-module (language cps intmap) |