Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
03a9e606
Commit
03a9e606
authored
Apr 07, 2013
by
Erik de Castro Lopo
Browse files
src/libFLAC/include/private/macros.h : Check GNUC version for MIN macro.
parent
d35b21e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/include/private/macros.h
View file @
03a9e606
...
...
@@ -32,7 +32,7 @@
#ifndef FLAC__PRIVATE__MACROS_H
#define FLAC__PRIVATE__MACROS_H
#if defined(__GNUC__)
#if defined(__GNUC__)
&& (__GNUC__ > 4) && (__GNUC_MINOR__ > 4)
#define flac_max(a,b) \
({ __typeof__ (a) _a = (a); \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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