[PATCH 05/12] modules/libsvm/libsvm.lisp (svm_destroy_model): Fix prototype
Ken Brown <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <[email protected]> |
# HG changeset patch # User Ken Brown <[email protected]> # Date 1425569108 18000 # Thu Mar 05 10:25:08 2015 -0500 # Node ID c90aa4bb8c75be0942f2196dbbc477de56deede1 # Parent c89e1966ad491619b813bde15de5f1cb0418933a * modules/libsvm/libsvm.lisp (svm_destroy_model): Fix prototype diff -r c89e1966ad49 -r c90aa4bb8c75 modules/libsvm/libsvm.lisp --- a/modules/libsvm/libsvm.lisp Thu Mar 05 10:23:05 2015 -0500 +++ b/modules/libsvm/libsvm.lisp Thu Mar 05 10:25:08 2015 -0500 @@ -31,7 +31,7 @@ (c-lines " #if !defined(HAVE_SVM_DESTROY_MODEL) # if defined(HAVE_SVM_FREE_AND_DESTROY_MODEL) -void svm_destroy_model (svm_model *model){ svm_free_and_destroy_model(&model); } +void svm_destroy_model (struct svm_model *model){ svm_free_and_destroy_model(&model); } # else # error No svm_destroy_model and no svm_free_and_destroy_model! # endif ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel