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
7064423f
Commit
7064423f
authored
Jun 18, 2003
by
thomas
Browse files
no message
git-svn-id:
https://svn.grrrr.org/ext/trunk@648
4d9ac71a-51e6-0310-8455-cad1006bcd31
parent
bc7727c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
source/flprefix.h
View file @
7064423f
...
...
@@ -298,6 +298,12 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#endif
// ----- set threading model -----
// shared builds are always threaded (although this not be so....)
#ifdef FLEXT_SHARED
#undef FLEXT_THREADS
#define FLEXT_THREADS
#endif
#ifdef FLEXT_THREADS
#undef FLEXT_THREADS
#if FLEXT_OS == FLEXT_OS_MAC && FLEXT_SYS == FLEXT_SYS_MAX
...
...
source/flsupport.h
View file @
7064423f
...
...
@@ -986,7 +986,6 @@ protected:
#else
#define FLEXT_SETUPFUNC SetupSingle
#endif
static
void
FLEXT_SETUPFUNC
();
static
bool
chktilde
(
const
char
*
objname
);
...
...
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