1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 98.1p1 release (March 2nd, 1998)
originally by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Node-sharing in Structure Files</TITLE>
<META NAME="description" CONTENT="Node-sharing in Structure Files">
<META NAME="keywords" CONTENT="tpman">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="STYLESHEET" HREF="tpman.css">
<LINK REL="next" HREF="node46.html">
<LINK REL="previous" HREF="node44.html">
<LINK REL="up" HREF="node43.html">
<LINK REL="next" HREF="node46.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html683"
HREF="node46.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
SRC="/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html679"
HREF="node43.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
SRC="/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html673"
HREF="node44.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
SRC="/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html681"
HREF="node4.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
SRC="/usr/share/latex2html/icons/contents.png"></A>
<A NAME="tex2html682"
HREF="node58.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
SRC="/usr/share/latex2html/icons/index.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html684"
HREF="node46.html">The UNIQMALLOC2 Macro</A>
<B> Up:</B> <A NAME="tex2html680"
HREF="node43.html">Compatibility with previous versions</A>
<B> Previous:</B> <A NAME="tex2html674"
HREF="node44.html">Define-before-use constraints</A>
<BR>
<BR>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION000142000000000000000">
Node-sharing in Structure Files</A>
</H2>
From version <I>V3_4</I> on the <I>CSGIOwrite</I> routines use node-sharing features.
Older kc-generated programs can not read files that use node-sharing;
of course, new kc-generated programs can read files without it.
For compatibility with older programs, the use of node-sharing for <EM>writing</EM>
files can be turned off.
The routine <I>kc_set_csgio_sharing</I><A NAME="1448"> </A>
can be called with a boolean argument <I>False</I> to make
the <I>CSGIOwrite</I> routines do <EM>not</EM> use the node-sharing.
The routine returns the current csgio node-sharing setting.
<P>
In addition, if the preprocessor symbol
<I>KC_CSGIO_NO_SHARING</I><A NAME="1449"> </A>
is defined when the generated <I>csgiok.c</I> file is compiled,
the <I>CSGIOwrite</I> routines do <EM>not</EM> use the node-sharing.
Defining this macro does <EM>not</EM> turn off the ability to <EM>read</EM> files that contain
node-sharing.
<P>
<BR><HR>
<ADDRESS>
<I></I>
<BR><I>2000-04-17</I>
</ADDRESS>
</BODY>
</HTML>
|