aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval.cc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2023-05-09 11:42:44 -0400
committerGitHub <noreply@github.com>2023-05-09 11:42:44 -0400
commitaacde38d2c8a0cf159794e5ec87ef63dccf59e35 (patch)
tree814470ccd866eabdb4f2734abc16e31b6219e193 /src/libexpr/eval.cc
parent4539ab530ad23a8558512f784bd72c4cd0e72f13 (diff)
parent82d1d74a85bc3d06ff3b17e735deedd98eb47b66 (diff)
Merge pull request #8110 from aakropotkin/quote-reserved
Quote reserved keywords when printing expressions
Diffstat (limited to 'src/libexpr/eval.cc')
-rw-r--r--src/libexpr/eval.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc
index e2b455b91..0b4243670 100644
--- a/src/libexpr/eval.cc
+++ b/src/libexpr/eval.cc
@@ -94,7 +94,6 @@ RootValue allocRootValue(Value * v)
#endif
}
-
void Value::print(const SymbolTable & symbols, std::ostream & str,
std::set<const void *> * seen) const
{