[GB.GSL]
* BUG: fix duplicate symbols issues when compiling on OSX. git-svn-id: svn://localhost/gambas/trunk@5605 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
9cda9ad176
commit
dbaa1cf059
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include "gambas.h"
|
||||
|
||||
GB_INTERFACE GB EXPORT;
|
||||
extern GB_INTERFACE GB EXPORT;
|
||||
|
||||
#ifndef __C_GSL_C
|
||||
extern GB_DESC CGslDesc[];
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <gsl/gsl_poly.h>
|
||||
#include <gsl/gsl_sf_result.h>
|
||||
|
||||
GB_INTERFACE GB EXPORT;
|
||||
extern GB_INTERFACE GB EXPORT;
|
||||
|
||||
extern GB_DESC PolynomialDesc[];
|
||||
|
||||
|
|
Loading…
Reference in a new issue