Skip to content
GitLab
Menu
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
349c6adc
Commit
349c6adc
authored
May 26, 2013
by
Dagobert Michelsen
Committed by
Erik de Castro Lopo
May 27, 2013
Browse files
Sun Studio can not include static function from extern inline
Signed-off-by:
Erik de Castro Lopo
<
erikd@mega-nerd.com
>
parent
0196c0f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/bitwriter.c
View file @
349c6adc
...
...
@@ -79,7 +79,10 @@ struct FLAC__BitWriter {
};
/* * WATCHOUT: The current implementation only grows the buffer. */
static
FLAC__bool
bitwriter_grow_
(
FLAC__BitWriter
*
bw
,
unsigned
bits_to_add
)
#ifndef __SUNPRO_C
static
#endif
FLAC__bool
bitwriter_grow_
(
FLAC__BitWriter
*
bw
,
unsigned
bits_to_add
)
{
unsigned
new_capacity
;
uint32_t
*
new_buffer
;
...
...
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