mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-20 02:30:23 +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,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