Skip to content

Commit d493eca

Browse files
committed
added-k-var-for-test
1 parent 43c4985 commit d493eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CompilerDesignInC/RepresentNfa.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ typedef struct nfa
1818

1919
int main(void)
2020
{
21-
int i, j, k;
21+
int i, j, k, l;
2222

2323
int no_of_states, no_of_final_state;
2424
const int no_of_relations = 0;
@@ -92,4 +92,4 @@ int main(void)
9292
}
9393
}
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)