mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-08 22:50:27 +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
gc.h
2
gc.h
|
@ -1,7 +1,7 @@
|
|||
#ifndef GC_H_
|
||||
#define GC_H_
|
||||
|
||||
#include "gc-types.h"
|
||||
#include "gc-api.h"
|
||||
|
||||
#if defined(GC_BDW)
|
||||
#include "bdw.h"
|
||||
|
|
|
@ -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; \
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include "assert.h"
|
||||
#include "debug.h"
|
||||
#include "gc-types.h"
|
||||
#include "gc-api.h"
|
||||
|
||||
struct gcobj;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue