fix compile warning

cvs
Slava Pestov 2005-04-30 05:13:58 +00:00
parent e084aaa193
commit 8e7ab057e7
2 changed files with 5 additions and 2 deletions

View File

@ -3,16 +3,17 @@
- faster layout
- faster repaint
- forgotten words not removed from cross-reference
- get all-tests to run with -no-compile
- freebsd 4 -pthread errno
- implement fcopy
- win32 updates
- get all-tests to run with -no-compile
- if external factor is down, don't add tons of random shit to the dictionary
- scalar * matrix, vector * matrix, matrix * vector need to work
- turning vectors into row and column matrices
- make-matrix is slow and ugly
- move 2repeat somewhere else
- rotating cube demo
- win32 updates
+ ui:

View File

@ -8,6 +8,8 @@ typedef struct {
DLL* untag_dll(CELL tagged);
void init_ffi(void);
void ffi_dlopen(DLL *dll);
void *ffi_dlsym(DLL *dll, F_STRING *symbol);
void ffi_dlclose(DLL *dll);