ack/lang/cem/cemcom.ansi/stmt.str
2006-02-04 00:57:05 +00:00

15 lines
353 B
Plaintext

/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Id$ */
/* 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 */
struct stmt_block {
struct stmt_block *next;
label st_break;
label st_continue;
};
/* ALLOCDEF "stmt_block" 5 */