MCPcopy Create free account
hub / github.com/WheretIB/nullc / ResetTranslationState

Function ResetTranslationState

NULLC/SyntaxTreeTranslate.cpp:1210–1215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1208}
1209
1210void ResetTranslationState()
1211{
1212 translateLoopDepth = 0;
1213 memset(currLoopID, 0, sizeof(unsigned int) * TRANSLATE_MAX_LOOP_DEPTH);
1214 nodeDereferenceEndInComma = false;
1215}
1216
1217#else
1218void NULLC_PreventTranslateWarning(){}

Callers 1

ResetTreeGlobalsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected