mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
Merged Whippet into libguile/whippet
This commit is contained in:
commit
db181e67ff
112 changed files with 18115 additions and 0 deletions
7
libguile/whippet/api/gc-inline.h
Normal file
7
libguile/whippet/api/gc-inline.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef GC_INLINE_H_
|
||||
#define GC_INLINE_H_
|
||||
|
||||
#define GC_ALWAYS_INLINE __attribute__((always_inline))
|
||||
#define GC_NEVER_INLINE __attribute__((noinline))
|
||||
|
||||
#endif // GC_INLINE_H_
|
Loading…
Add table
Add a link
Reference in a new issue