about summary refs log tree commit diff
path: root/converter/other/jpeg2000/libjasper/include/jasper/jas_types.h
blob: fbcb2ffb3fb4d8f6bf752364eb1916308e22a5d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* In the original Jasper library, this contains definitions of the int_fast32,
   etc. types and bool.

   In Netpbm, we do that with pm_config.h, and the original Jasper
   method doesn't work.
*/
#include "netpbm/pm_config.h"


/* The below macro is intended to be used for type casts.  By using this
  macro, type casts can be easily located in the source code with
  tools like "grep". */
#define	JAS_CAST(t, e) \
	((t) (e))