ColDepends: Recognize and properly handle ID ranges

This commit is contained in:
Tomas Babej 2021-11-20 11:41:18 -05:00
parent 774f6df210
commit 0558b6c7aa
3 changed files with 26 additions and 1 deletions

View file

@ -63,6 +63,7 @@ const std::vector <std::string> extractParents (
bool nontrivial (const std::string&);
const char* optionalBlankLine ();
void setHeaderUnderline (Table&);
bool extractLongInteger (const std::string&, long&);
#endif
////////////////////////////////////////////////////////////////////////////////