MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / par_end_block

Function par_end_block

src/gpre/par.cpp:1733–1742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1731//
1732
1733static act* par_end_block()
1734{
1735 if (gpreGlob.sw_language == lang_pascal &&
1736 !routine_decl && --gpreGlob.cur_routine->act_count == 0 && routine_stack)
1737 {
1738 gpreGlob.cur_routine = (act*) MSC_pop(&routine_stack);
1739 }
1740
1741 return NULL;
1742}
1743
1744
1745//____________________________________________________________

Callers 1

PAR_actionFunction · 0.85

Calls 1

MSC_popFunction · 0.85

Tested by

no test coverage detected