mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-19 11:10:25 +02:00
Reorganize source tree and document
This commit is contained in:
parent
5fbd21a7c3
commit
e6de2fd633
63 changed files with 225 additions and 235 deletions
11
src/gc-internal.h
Normal file
11
src/gc-internal.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef GC_INTERNAL_H
|
||||
#define GC_INTERNAL_H
|
||||
|
||||
#ifndef GC_IMPL
|
||||
#error internal header file, not part of API
|
||||
#endif
|
||||
|
||||
#include "gc-ephemeron-internal.h"
|
||||
#include "gc-options-internal.h"
|
||||
|
||||
#endif // GC_INTERNAL_H
|
Loading…
Add table
Add a link
Reference in a new issue