summaryrefslogtreecommitdiff
path: root/srfi/srfi-35.scm
diff options
context:
space:
mode:
Diffstat (limited to 'srfi/srfi-35.scm')
-rw-r--r--srfi/srfi-35.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/srfi/srfi-35.scm b/srfi/srfi-35.scm
index c9e25ce12..203546625 100644
--- a/srfi/srfi-35.scm
+++ b/srfi/srfi-35.scm
@@ -1,6 +1,6 @@
;;; srfi-35.scm --- Conditions
-;; Copyright (C) 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2008 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
@@ -37,6 +37,8 @@
&serious serious-condition?
&error error?))
+(cond-expand-provide (current-module) '(srfi-35))
+
;;;
;;; Condition types.