1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-27 21:40:34 +02:00

Separate compilation!!!!!

This commit is contained in:
Andy Wingo 2022-08-16 17:54:15 +02:00
parent fe9bdf6397
commit b082f5f50d
28 changed files with 344 additions and 189 deletions

View file

@ -1,6 +1,8 @@
#ifndef QUADS_EMBEDDER_H
#define QUADS_EMBEDDER_H
#include <stddef.h>
#include "quads-types.h"
#define DEFINE_METHODS(name, Name, NAME) \