Changeset 12631 in project for chicken/trunk/chicken.h
- Timestamp:
- 11/28/08 10:57:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chicken/trunk/chicken.h
r11149 r12631 1263 1263 C_fctexport C_word C_fcall C_retrieve2(C_word val, char *name) C_regparm; 1264 1264 C_fctexport void *C_fcall C_retrieve_proc(C_word closure) C_regparm; 1265 C_fctexport void *C_fcall C_retrieve_symbol_proc(C_word sym) C_regparm; 1266 C_fctexport void *C_fcall C_retrieve2_symbol_proc(C_word val, char *name) C_regparm; 1265 1267 C_fctexport C_word C_fcall C_permanentp(C_word x) C_regparm; 1266 1268 C_fctexport int C_in_stackp(C_word x) C_regparm;
Note: See TracChangeset
for help on using the changeset viewer.