aboutsummaryrefslogtreecommitdiff
path: root/jcphuff.c
diff options
context:
space:
mode:
authorconst_k <const_k@632fc199-4ca6-4c93-a231-07263d6284db>2008-09-28 05:08:48 +0000
committerconst_k <const_k@632fc199-4ca6-4c93-a231-07263d6284db>2008-09-28 05:08:48 +0000
commit0fc94d5d77625d8480f5f7479673924309933a94 (patch)
tree7ef52ba0dbc6b46268b007bad189ad5846df1578 /jcphuff.c
parent686053bd8ca230439f1fb1526b2cc477389b4f36 (diff)
Merged changes from branches/1.5-xserver (revision range 2432:2631) back to trunk.
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@2 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'jcphuff.c')
-rw-r--r--jcphuff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/jcphuff.c b/jcphuff.c
index 07f9178..7b235d7 100644
--- a/jcphuff.c
+++ b/jcphuff.c
@@ -223,7 +223,7 @@ dump_buffer (phuff_entropy_ptr entropy)
* between calls, so 24 bits are sufficient.
*/
-INLINE
+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 +276,7 @@ flush_bits (phuff_entropy_ptr entropy)
* Emit (or just count) a Huffman symbol.
*/
-INLINE
+inline
LOCAL(void)
emit_symbol (phuff_entropy_ptr entropy, int tbl_no, int symbol)
{