diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-05-09 11:42:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 11:42:44 -0400 |
commit | aacde38d2c8a0cf159794e5ec87ef63dccf59e35 (patch) | |
tree | 814470ccd866eabdb4f2734abc16e31b6219e193 /src/libexpr/eval.cc | |
parent | 4539ab530ad23a8558512f784bd72c4cd0e72f13 (diff) | |
parent | 82d1d74a85bc3d06ff3b17e735deedd98eb47b66 (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.cc | 1 |
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 { |