Fix tabs again
This commit is contained in:
parent
0fd419102e
commit
06c9650d6f
2
table.h
2
table.h
|
@ -46,7 +46,7 @@
|
||||||
/*transition table - type of states defined in separate table */
|
/*transition table - type of states defined in separate table */
|
||||||
int st_table[][TABLE_COLUMNS] = {
|
int st_table[][TABLE_COLUMNS] = {
|
||||||
/* INPUT COLUMNS:
|
/* INPUT COLUMNS:
|
||||||
COLUMN # | 0 | 1 | 2 | 3 | 4 | 5 | 6 |
|
COLUMN # | 0 | 1 | 2 | 3 | 4 | 5 | 6 |
|
||||||
|[a-zA-Z]| 0 |[1-7]|[8-9]| . | # | other |
|
|[a-zA-Z]| 0 |[1-7]|[8-9]| . | # | other |
|
||||||
*/
|
*/
|
||||||
/* State 0 */ {1, 6 , 4 , 4 , IS , IS , IS},
|
/* State 0 */ {1, 6 , 4 , 4 , IS , IS , IS},
|
||||||
|
|
Loading…
Reference in New Issue