aboutsummaryrefslogtreecommitdiffstats
path: root/types.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-02-09 16:41:34 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-02-09 16:41:34 -0500
commit5bc9e4d2add7d2185b2c57a18ebd15b31f5366bd (patch)
tree6cb3b598dc8d6a86936bf236e8fc93df83770ada /types.hpp
parent92680120c6e3902644171c37eb7b271cf2d82250 (diff)
build as library; add small target
Diffstat (limited to 'types.hpp')
-rw-r--r--types.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.hpp b/types.hpp
index 124f5ba..95f9ff1 100644
--- a/types.hpp
+++ b/types.hpp
@@ -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