From 77f6dcb5412fc06d86e8dfc5042c4b2dad499c39 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 19 Feb 2026 11:56:06 -0800 Subject: [PATCH] xo-interpreter2 stack: support op!= + trial numeric refactor --- include/xo/object2/DRuntimeError.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xo/object2/DRuntimeError.hpp b/include/xo/object2/DRuntimeError.hpp index c59de59..8a0ae33 100644 --- a/include/xo/object2/DRuntimeError.hpp +++ b/include/xo/object2/DRuntimeError.hpp @@ -42,7 +42,7 @@ namespace xo { /** @defgroup scm-runtimeerror-printable-facet printable facet **/ ///@{ - + bool pretty(const ppindentinfo & ppii) const; ///@}