Don't mix LOCAL() and qualifiers.
authorPierre Ossman <ossman@cendio.se>
Fri, 13 Mar 2009 12:16:51 +0000 (12:16 +0000)
committerPierre Ossman <ossman@cendio.se>
Fri, 13 Mar 2009 12:16:51 +0000 (12:16 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@25 632fc199-4ca6-4c93-a231-07263d6284db

jcphuff.c

index 7b235d7b6955a95b17c94f7bba1ded5419e0e7f5..310287175ab46aa85d63c74ac7320282eb058cae 100644 (file)
--- 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)
 {