Changes between Initial Version and Version 1 of Ticket #1340, comment 2
- Timestamp:
- 01/16/17 11:09:54 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1340, comment 2
initial v1 1 The undefined C functions seem to be part of the mathh.c file when compiling mathh.scm, but for some reason these are declared static there, thus making it impossible to use them wh yinlining.1 The undefined C functions seem to be part of the mathh.c file when compiling mathh.scm, but for some reason these are declared static there, thus making it impossible to use them while inlining. 2 2 3 3 For example, the mathh.c file contains the mentioned stub177 function: