mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-09 15:10:29 +02:00
Rename gc-types.h to gc-api.h
This commit is contained in:
parent
67f9c89f2a
commit
c824f17bd9
4 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
#define HEAP_OBJECTS_H
|
||||
|
||||
#include "inline.h"
|
||||
#include "gc-types.h"
|
||||
#include "gc-api.h"
|
||||
|
||||
#define DECLARE_NODE_TYPE(name, Name, NAME) \
|
||||
struct Name; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue