* 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:
François Gallo 2013-03-31 06:28:32 +00:00
parent 9cda9ad176
commit dbaa1cf059
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
#include "gambas.h"
GB_INTERFACE GB EXPORT;
extern GB_INTERFACE GB EXPORT;
#ifndef __C_GSL_C
extern GB_DESC CGslDesc[];

View file

@ -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[];