summaryrefslogtreecommitdiff
path: root/gs/src/icstate.h
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>1998-09-01 01:34:28 +0000
committerHenry Stiles <henry.stiles@artifex.com>1998-09-01 01:34:28 +0000
commit5d38119c07530d926181ea246b77ac6b690128e3 (patch)
tree3ccc1bfff82a1bf399ef2d26ede27c017b1a8655 /gs/src/icstate.h
parent743b29a273d7e513699ab80b0d28493d0b6ef3b3 (diff)
new files for gs5.37
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@363 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'gs/src/icstate.h')
-rw-r--r--gs/src/icstate.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gs/src/icstate.h b/gs/src/icstate.h
index 7072404aa..fde04e218 100644
--- a/gs/src/icstate.h
+++ b/gs/src/icstate.h
@@ -33,12 +33,10 @@
#ifndef gs_context_state_t_DEFINED
# define gs_context_state_t_DEFINED
typedef struct gs_context_state_s gs_context_state_t;
-
#endif
#ifndef ref_stack_DEFINED
# define ref_stack_DEFINED
typedef struct ref_stack_s ref_stack;
-
#endif
struct gs_context_state_s {
ref_stack *dstack;
@@ -61,7 +59,7 @@ struct gs_context_state_s {
* We make st_context_state public because interp.c must allocate one,
* and zcontext.c must subclass it.
*/
- /*extern_st(st_context_state); *//* in icontext.h */
+/*extern_st(st_context_state); *//* in icontext.h */
#define public_st_context_state() /* in icontext.c */\
gs_public_st_complex_only(st_context_state, gs_context_state_t,\
"gs_context_state_t", context_state_clear_marks,\