*** jmorecfg.h-stock	1997-08-09 16:58:56.000000000 -0700
--- jmorecfg.h	2008-10-30 14:53:56.000000000 -0700
***************
*** 95,103 ****
   * Again, we allocate large arrays of these, but you can change to int
   * if you have memory to burn and "short" is really slow.
   */
  
! typedef short JCOEF;
  
  
  /* Compressed datastreams are represented as arrays of JOCTET.
   * These must be EXACTLY 8 bits wide, at least once they are written to
--- 95,103 ----
   * Again, we allocate large arrays of these, but you can change to int
   * if you have memory to burn and "short" is really slow.
   */
  
! typedef int JCOEF;
  
  
  /* Compressed datastreams are represented as arrays of JOCTET.
   * These must be EXACTLY 8 bits wide, at least once they are written to
