Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jack2
Commits
1d01f8dc
Unverified
Commit
1d01f8dc
authored
Feb 25, 2016
by
Karl Linden
Browse files
Merge branch 'master' into waf-macosx-fixes
parents
fc1499d8
7bdad496
Changes
1
Hide whitespace changes
Inline
Side-by-side
example-clients/transport.c
View file @
1d01f8dc
...
...
@@ -31,7 +31,10 @@
#include
<jack/jack.h>
#include
<jack/transport.h>
#if !HAVE_READLINE
/* Use a copy of the readline macro whitespace if it does not exist.
* Not all readline compatible libraries supply the whitespace macro
* (libedit for example), so pull in the copy in those cases too. */
#if !HAVE_READLINE || !defined(whitespace)
#define whitespace(c) (((c) == ' ') || ((c) == '\t'))
#endif
...
...
Write
Preview
Supports
Markdown
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