view sources/indirect-example.cbc @ 4:30c102343b37

modify gcc. fix references.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Sat, 06 Feb 2010 18:28:43 +0900
parents e9ecd5b5f29a
children 8ef81ff8cb52
line wrap: on
line source

code somesegment( . . . ) {
    code (*codepoint)();
    /*  do something */
    if ( )
        goto nextsegment();
    else
        goto (*segmentpointer)();
}