]> git.sur5r.net Git - cc65/blob - src/cc65/stmt.h
This commit was generated by cvs2svn to compensate for changes in r2,
[cc65] / src / cc65 / stmt.h
1 /*
2  * stmt.h
3  *
4  * Ullrich von Bassewitz, 19.06.1998
5  */
6
7
8
9 #ifndef STMT_H
10 #define STMT_H
11
12
13
14 /*****************************************************************************/
15 /*                                   Code                                    */
16 /*****************************************************************************/
17
18
19
20 int compound ();
21 /* Compound statement.  Allow any number of statements, inside braces. */
22
23
24
25 /* End of stmt.h */
26
27 #endif
28
29
30