X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogramparser.h;h=707815405684252f1fc06c33341ea19b5ba5199c;hp=903e58346f7a425a365cccfcf162f56caa75fa6e;hb=48453f59ec93d9b8f70a17d3034e5ca3e4780ecd;hpb=944deb38084e5e5bc82182faab2db2be156b971c diff --git a/source/programparser.h b/source/programparser.h index 903e5834..70781540 100644 --- a/source/programparser.h +++ b/source/programparser.h @@ -104,7 +104,8 @@ private: RefPtr parse_function_declaration(); RefPtr parse_interface_block(); RefPtr parse_conditional(); - RefPtr parse_iteration(); + RefPtr parse_for(); + RefPtr parse_while(); RefPtr parse_passthrough(); RefPtr parse_return(); };