diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-09 16:41:34 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-09 16:41:34 -0500 |
commit | 5bc9e4d2add7d2185b2c57a18ebd15b31f5366bd (patch) | |
tree | 6cb3b598dc8d6a86936bf236e8fc93df83770ada /types.hpp | |
parent | 92680120c6e3902644171c37eb7b271cf2d82250 (diff) |
build as library; add small target
Diffstat (limited to 'types.hpp')
-rw-r--r-- | types.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ enum class ParseStatus Error }; -std::string_view to_string(ParseStatus ps); +std::string_view to_string(ParseStatus); #endif // ALEEFORTH_TYPES_HPP |