1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-16 18:50:23 +02:00

Rename gc-types.h to gc-api.h

This commit is contained in:
Andy Wingo 2022-08-08 11:08:36 +02:00
parent 67f9c89f2a
commit c824f17bd9
4 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#include "assert.h"
#include "debug.h"
#include "gc-types.h"
#include "gc-api.h"
struct gcobj;