1 /*
2  * jaricom.c
3  *
4  * Copyright (C) 1991-1998, Thomas G. Lane.
5  * This file is part of the Independent JPEG Group's software.
6  * For conditions of distribution and use, see the accompanying README file.
7  *
8  * This file holds place for arithmetic entropy codec tables.
9  */
10 
11 #define JPEG_INTERNALS
12 #include "jinclude8.h"
13 #include "jpeglib8.h"
14 
15 IJG_INT32 jaritab[1];	/* dummy table */
16