# | Line 966 | Line 966 | |
---|---|---|
966 | } | |
967 | } | |
968 | ||
969 | + | #if 0 |
970 | static void tabulator_debug_dump(char ***tab) | |
971 | { | |
972 | if(tab) { | |
# | Line 986 | Line 987 | |
987 | fprintf(stderr,"dump: null tabulator\n"); | |
988 | } | |
989 | } | |
990 | + | #endif |
991 | ||
992 | int tabulator_add_row(char ****tab_ptr, char *line) | |
993 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |