aboutsummaryrefslogtreecommitdiff
path: root/jcphuff.c
diff options
context:
space:
mode:
authorossman_ <ossman_@632fc199-4ca6-4c93-a231-07263d6284db>2009-03-13 12:16:51 +0000
committerossman_ <ossman_@632fc199-4ca6-4c93-a231-07263d6284db>2009-03-13 12:16:51 +0000
commit7848287418737e8865e53ed34d1d3cc95fd34ac0 (patch)
tree75bf94d5f089addd57de64777a9474d75de7dc6a /jcphuff.c
parentc9f75c2bea0038055e0df2346cf2bbe754ce37e2 (diff)
Don't mix LOCAL() and qualifiers.
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@25 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'jcphuff.c')
-rw-r--r--jcphuff.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/jcphuff.c b/jcphuff.c
index 7b235d7..3102871 100644
--- a/jcphuff.c
+++ b/jcphuff.c
@@ -223,7 +223,6 @@ dump_buffer (phuff_entropy_ptr entropy)
* between calls, so 24 bits are sufficient.
*/
-inline
LOCAL(void)
emit_bits (phuff_entropy_ptr entropy, unsigned int code, int size)
/* Emit some bits, unless we are in gather mode */
@@ -276,7 +275,6 @@ flush_bits (phuff_entropy_ptr entropy)
* Emit (or just count) a Huffman symbol.
*/
-inline
LOCAL(void)
emit_symbol (phuff_entropy_ptr entropy, int tbl_no, int symbol)
{