/[guile]/guile/guile-core/ice-9/boot-9.scm
ViewVC logotype

Diff of /guile/guile-core/ice-9/boot-9.scm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.266.2.11 by mvo, Sun Jun 2 00:24:46 2002 UTC revision 1.266.2.12 by mvo, Sun Sep 15 20:51:08 2002 UTC
# Line 1  Line 1 
1  ;;; installed-scm-file  ;;; installed-scm-file
2    
3  ;;;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.  ;;;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
4  ;;;;  ;;;;
5  ;;;; This program is free software; you can redistribute it and/or modify  ;;;; This program is free software; you can redistribute it and/or modify
6  ;;;; it under the terms of the GNU General Public License as published by  ;;;; it under the terms of the GNU General Public License as published by
# Line 83  Line 83 
83    (and (memq feature *features*) #t))    (and (memq feature *features*) #t))
84    
85  ;;; presumably deprecated.  ;;; presumably deprecated.
86  (define feature? provided?)  (define (feature? sym)
87      (issue-deprecation-warning
88       "`feature?' is deprecated.  Use `provided?' instead.")
89      (provided? sym))
90    
91  ;;; let format alias simple-format until the more complete version is loaded  ;;; let format alias simple-format until the more complete version is loaded
92  (define format simple-format)  (define format simple-format)

Legend:
Removed from v.1.266.2.11  
changed lines
  Added in v.1.266.2.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26