mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 13:05:05 +02:00
Mark additional function as inline
This commit is contained in:
parent
a9b37c2bd4
commit
64a562812b
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
||||||
(inline
|
(inline
|
||||||
Cyc-opaque-eq?
|
Cyc-opaque-eq?
|
||||||
Cyc-opaque-unsafe-eq?
|
Cyc-opaque-unsafe-eq?
|
||||||
Cyc-opaque-unsafe-string?)
|
Cyc-opaque-unsafe-string?
|
||||||
|
Cyc-opaque-unsafe-string->number)
|
||||||
(begin
|
(begin
|
||||||
|
|
||||||
(define-syntax include
|
(define-syntax include
|
||||||
|
|
Loading…
Add table
Reference in a new issue