summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/utils/managed-sa.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-12-19 14:13:38 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-12-19 14:13:38 +0000
commit840804b09bcebbd29703442bb47857fbbf3f3b66 (patch)
treed5a64e2b023cfacbbd218ac8024e8b5488f062be /Build/source/texk/web2c/luatexdir/utils/managed-sa.h
parentaff8cf6c52a5cf470b600e0d5898446af7b313d0 (diff)
web2c/luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@39147 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/utils/managed-sa.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/utils/managed-sa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/utils/managed-sa.h b/Build/source/texk/web2c/luatexdir/utils/managed-sa.h
index 0a17a642c8a..d23e3574a40 100644
--- a/Build/source/texk/web2c/luatexdir/utils/managed-sa.h
+++ b/Build/source/texk/web2c/luatexdir/utils/managed-sa.h
@@ -74,9 +74,9 @@ typedef struct {
int stack_step; /* increment stack step */
int stack_type;
int stack_ptr; /* current stack point */
- sa_tree_item dflt; /* default item value */
sa_tree_item ***tree; /* item tree head */
sa_stack_item *stack; /* stack tree head */
+ sa_tree_item dflt; /* default item value */
} sa_tree_head;
typedef sa_tree_head *sa_tree;
@@ -90,8 +90,8 @@ extern sa_tree new_sa_tree(int size, int type, sa_tree_item dflt);
extern sa_tree copy_sa_tree(sa_tree head);
extern void destroy_sa_tree(sa_tree head);
-extern void dump_sa_tree(sa_tree a);
-extern sa_tree undump_sa_tree(void);
+extern void dump_sa_tree(sa_tree a, const char * name);
+extern sa_tree undump_sa_tree(const char * name);
extern void restore_sa_stack(sa_tree a, int gl);
extern void clear_sa_stack(sa_tree a);