Arithmetic evaluation/C: Difference between revisions

m
Make it more explicit that G_STRING_ITERATOR needs to be reset with each top level usage of expression function
m (Make it more explicit that G_STRING_ITERATOR needs to be reset with each top level usage of expression function)
Line 226:
int main(int argc, char** argv) {
Expr* expr = NULL;
G_STRING_ITERATOR = 0;
 
if(argc > 1) {
Anonymous user