public
Description: Io programming language
Homepage: http://iolanguage.com
Clone URL: git://github.com/stevedekorte/io.git
Missing IOVM_API macros in Error and IoObject_inline
U-CUSTOMER2007\Customer (author)
Tue Mar 25 18:34:26 -0700 2008
commit  853a864542238cb09203459d0c19a1683f84b8ab
tree    1a51f0b881e34e622ad9c3335a1ae826fd1777d1
parent  e7086a3489da6e0c65f581f2704af2ebdb6e4521
...
24
25
26
27
 
28
29
30
...
24
25
26
 
27
28
29
30
0
@@ -24,7 +24,7 @@ void IoError_mark(IoError *self);
0
 /* ----------------------------------------------------------- */
0
 
0
 
0
-IoObject *IoError_newWithMessageFormat_(void *state, const char *format, ...);
0
+IOVM_API IoObject *IoError_newWithMessageFormat_(void *state, const char *format, ...);
0
 
0
 #ifdef __cplusplus
0
 }
...
259
260
261
262
 
263
264
265
...
259
260
261
 
262
263
264
265
0
@@ -259,7 +259,7 @@ IOINLINE int IoObject_mark(IoObject *self)
0
 //IoObject *IoObject_addingRef_(IoObject *self, IoObject *ref);
0
 IOVM_API IOINLINE int IoObject_hasCloneFunc_(IoObject *self, IoTagCloneFunc *func);
0
 
0
-IOINLINE IoObject *IoObject_activate(IoObject *self,
0
+IOVM_API IOINLINE IoObject *IoObject_activate(IoObject *self,
0
                    IoObject *target,
0
                    IoObject *locals,
0
                    IoMessage *m,

Comments

    No one has commented yet.