From b97f6b86b85553acd3863ee18a67b8868e0ea7b4 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 25 Jan 2020 13:31:51 +0100 Subject: Refactor, fix missing files --- minicc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'minicc.h') diff --git a/minicc.h b/minicc.h index 0500b8c..9bc8945 100644 --- a/minicc.h +++ b/minicc.h @@ -22,5 +22,6 @@ struct Token { Location location; }; +// For printing via Google Test bool operator==(const Token &a, const Token &b); std::ostream& operator<<(std::ostream& os, const Token& token); -- cgit v1.2.3