Tcl Source Code

Check-in [911bf76b1e]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:small correction in doc/NRE.3
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 911bf76b1ebf830607227257b184a91655779e4a
User & Date: mig 2012-12-07 15:56:13
Context
2012-12-07
17:03
Source compat, rather than stubs compat demo. check-in: 782e6b36ec user: dgp tags: trunk
16:27
merge trunk check-in: a2d65bb563 user: dgp tags: bug-3588687
16:12
merge trunk check-in: 897580da1c user: jan.nijtmans tags: novem
15:56
small correction in doc/NRE.3 check-in: 911bf76b1e user: mig tags: trunk
15:53
fix failing test check-in: 0443331428 user: jan.nijtmans tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to doc/NRE.3.

291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
int
\fITheCmdNRPostProc\fR(
    ClientData data[],
    Tcl_Interp *interp,
    int result)
{
    /* \fIdata[0] .. data[3]\fR are the four words of data
     * passed to \fBTcl_NREvalObj\fR */

    \fI... postprocessing ...\fR

    return result;
}
.CE
.PP







|







291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
int
\fITheCmdNRPostProc\fR(
    ClientData data[],
    Tcl_Interp *interp,
    int result)
{
    /* \fIdata[0] .. data[3]\fR are the four words of data
     * passed to \fBTcl_NRAddCallback\fR */

    \fI... postprocessing ...\fR

    return result;
}
.CE
.PP