mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
fix scm_protects deprecation warning
* libguile/gc.c: Fix warning about scm_protects being deprecated.
This commit is contained in:
parent
7cbadbc43d
commit
52b680f85e
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#define SCM_BUILDING_DEPRECATED_CODE
|
||||
|
||||
#include "libguile/gen-scmconfig.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue