Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / cemcom.ansi / stmt.str
1 /*
2  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  */
5 /* $Id: stmt.str,v 1.2 1994/06/27 08:02:43 ceriel Exp $ */
6 /*      S T A T E M E N T - B L O C K   D E F I N I T I O N S   */
7
8 struct stmt_block       {
9         struct stmt_block *next;
10         label st_break;
11         label st_continue;
12 };
13
14 /* ALLOCDEF "stmt_block" 5 */