[gs-cvs] rev 6506 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Sat Jan 28 17:04:43 PST 2006
Author: giles
Date: 2006-01-28 17:04:43 -0800 (Sat, 28 Jan 2006)
New Revision: 6506
Modified:
trunk/gs/src/sjbig2.h
Log:
Rearrange code for clarity.
Modified: trunk/gs/src/sjbig2.h
===================================================================
--- trunk/gs/src/sjbig2.h 2006-01-27 21:58:27 UTC (rev 6505)
+++ trunk/gs/src/sjbig2.h 2006-01-29 01:04:43 UTC (rev 6506)
@@ -37,7 +37,12 @@
}
stream_jbig2decode_state;
-/* call in to process the JBIG2Globals parameter */
+#define private_st_jbig2decode_state() \
+ gs_private_st_simple(st_jbig2decode_state, stream_jbig2decode_state,\
+ "jbig2decode filter state")
+extern const stream_template s_jbig2decode_template;
+
+/* call ins to process the JBIG2Globals parameter */
public int
s_jbig2decode_make_global_data(byte *data, uint length, void **result);
public int
@@ -45,9 +50,4 @@
public void
s_jbig2decode_free_global_data(void *data);
-#define private_st_jbig2decode_state() \
- gs_private_st_simple(st_jbig2decode_state, stream_jbig2decode_state,\
- "jbig2decode filter state")
-extern const stream_template s_jbig2decode_template;
-
#endif /* sjbig2_INCLUDED */
More information about the gs-cvs
mailing list