remove commented out prototypes
This commit is contained in:
parent
bd2ec191fe
commit
a3872d1318
@ -188,95 +188,3 @@ signed main(void) {
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
//pattern_t patterns[] = {
|
||||
// {0, "while"},
|
||||
// {0, "printf"},
|
||||
// {0, "\""},
|
||||
// {1, "."},
|
||||
// {1, "\""},
|
||||
// {0, NULL}
|
||||
//};
|
||||
|
||||
//pattern_t patterns[] = {
|
||||
// {0, "auto"},
|
||||
// {0, "break"},
|
||||
// {0, "case"},
|
||||
// {0, "char"},
|
||||
// {0, "const"},
|
||||
// {0, "continue"},
|
||||
// {0, "default"},
|
||||
// {0, "do"},
|
||||
// {0, "double"},
|
||||
// {0, "else"},
|
||||
// {0, "enum"},
|
||||
// {0, "extern"},
|
||||
// {0, "float"},
|
||||
// {0, "for"},
|
||||
// {0, "goto"},
|
||||
// {0, "if"},
|
||||
// {0, "inline"},
|
||||
// {0, "int"},
|
||||
// {0, "long"},
|
||||
// {0, "register"},
|
||||
// {0, "return"},
|
||||
// {0, "restrict"},
|
||||
// {0, "short"},
|
||||
// {0, "signed"},
|
||||
// {0, "sizeof"},
|
||||
// {0, "static"},
|
||||
// {0, "struct"},
|
||||
// {0, "switch"},
|
||||
// {0, "typedef"},
|
||||
// {0, "union"},
|
||||
// {0, "unsigned"},
|
||||
// {0, "void"},
|
||||
// {0, "volatile"},
|
||||
// {0, "while"},
|
||||
// {0, " "},
|
||||
// {0, "\n"},
|
||||
// {0, "("},
|
||||
// {0, ")"},
|
||||
// {0, "{"},
|
||||
// {0, "}"},
|
||||
// {0, "["},
|
||||
// {0, "]"},
|
||||
// {0, ","},
|
||||
// {0, ";"},
|
||||
// {0, "\""},
|
||||
// {0, "/*"},
|
||||
// {0, "//"},
|
||||
// {1, "\\\""},
|
||||
// {1, "\""},
|
||||
// {2, "*/"},
|
||||
// {3, "\n"},
|
||||
// {0, NULL}
|
||||
//};
|
||||
|
||||
//pattern_t patterns[] = {
|
||||
// {0, "short"},
|
||||
// {0, "signed"},
|
||||
// {0, "sizeof"},
|
||||
// {0, "static"},
|
||||
// {0, "struct"},
|
||||
// {0, "switch"},
|
||||
// {0, NULL}
|
||||
//};
|
||||
|
||||
/*
|
||||
if (pattern->pattern[i] == '.') {
|
||||
for (int col = 0; col < ALPHABET_SIZE; col++) {
|
||||
table
|
||||
[next_free_slot]
|
||||
[col]
|
||||
= next_free_slot + 1
|
||||
;
|
||||
}
|
||||
} else {
|
||||
table
|
||||
[next_free_slot]
|
||||
[AS_SYMBOL(pattern->pattern[i])]
|
||||
= next_free_slot + 1
|
||||
;
|
||||
}
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user