mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-03 05:20:16 +02:00
* Deprecated some definitions.
* Minor fixes.
This commit is contained in:
parent
928f20fb87
commit
5cd06d5eaa
9 changed files with 58 additions and 24 deletions
|
@ -1,3 +1,10 @@
|
|||
2001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||
|
||||
* deprecation.c: Fixed copyright date.
|
||||
|
||||
* deprecation.h (DEPRECATION_H, SCM_DEPRECATION_H): Renamed
|
||||
DEPRECATION_H to SCM_DEPRECATION_H.
|
||||
|
||||
2001-05-10 Thien-Thi Nguyen <ttn@revel.glug.org>
|
||||
|
||||
* guile-doc-snarf.in: Update copyright.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995,1996,1998,1999,2000,2001 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* classes: h_files */
|
||||
|
||||
#ifndef DEPRECATION_H
|
||||
#define DEPRECATION_H
|
||||
/* Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
#ifndef SCM_DEPRECATION_H
|
||||
#define SCM_DEPRECATION_H
|
||||
/* Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -58,7 +58,7 @@ SCM scm_include_deprecated_features (void);
|
|||
|
||||
void scm_init_deprecation (void);
|
||||
|
||||
#endif /* DEPRECATION_H */
|
||||
#endif /* SCM_DEPRECATION_H */
|
||||
|
||||
/*
|
||||
Local Variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue