Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
flext
Commits
6cc7149f
Commit
6cc7149f
authored
Aug 28, 2002
by
thomas
Browse files
no message
git-svn-id:
https://svn.grrrr.org/ext/trunk@267
4d9ac71a-51e6-0310-8455-cad1006bcd31
parent
45ddb2f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
readme.txt
View file @
6cc7149f
...
...
@@ -88,6 +88,7 @@ Version history:
- eliminated potentiallly dangerous SetThing,GetThing and introduced DoBind,DoUnbind,GetBound instead
- fixed severe bug with the current threads list
- add path specification possibility for help symbols (in FLEXT_NEW*)
- use pthread_attr and DETACHED flag
0.3.1:
- added some more functionality to the AtomList class
...
...
source/fldefs.h
View file @
6cc7149f
...
...
@@ -269,7 +269,7 @@ REAL_LIB_3(NAME,NEW_CLASS, 1, TYPE1, TYPE2, TYPE3)
//! Set up a method callback with no arguments
#define FLEXT_CALLBACK(M_FUN) \
static bool cb_ ## M_FUN(flext_base *c) \
{ static_cast<thisType *>(c)->M_FUN(); }
{ static_cast<thisType *>(c)->M_FUN();
return true;
}
//! Set up a method callback for an anything argument
#define FLEXT_CALLBACK_A(M_FUN) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment