openenvutils/commandshell/shell/inc/loop.epro
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:24:48 +0100
branchRCL_3
changeset 20 c2c61fdca848
parent 0 2e3d3ce01487
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/* Generated automatically */
#ifndef have_Src_loop_globals
#define have_Src_loop_globals

extern int loops;
extern mod_import_variable int contflag;
extern mod_import_variable int breaks;
extern int execfor _((Estate state,int do_exec));
extern int execselect _((Estate state,UNUSED(int do_exec)));
extern size_t selectlist _((LinkList l,size_t start));
extern int execwhile _((Estate state,UNUSED(int do_exec)));
extern int execrepeat _((Estate state,UNUSED(int do_exec)));
extern int execif _((Estate state,int do_exec));
extern int execcase _((Estate state,int do_exec));
extern zlong try_errflag;
extern int exectry _((Estate state,int do_exec));

#endif /* !have_Src_loop_globals */