xo-interpreter2 stack: bugfix after GCObject facet location change

This commit is contained in:
Roland Conybeare 2026-03-11 08:49:03 -05:00
commit c7884dee13
49 changed files with 49 additions and 49 deletions

View file

@ -5,7 +5,7 @@
output_impl_subdir: "detail",
includes: [
//<xo/procedure2/GCObjectConversion_DPrimitive_gco_0.hpp>
"<xo/gc/GCObject.hpp>",
"<xo/alloc2/GCObject.hpp>",
"<xo/alloc2/Allocator.hpp>",
],
local_types: [ ],

View file

@ -5,7 +5,7 @@
output_impl_subdir: "detail",
includes: [
//<xo/procedure2/GCObjectConversion_DPrimitive_gco_1_gco.hpp>
"<xo/gc/GCObject.hpp>",
"<xo/alloc2/GCObject.hpp>",
"<xo/alloc2/Allocator.hpp>",
],
local_types: [ ],

View file

@ -5,7 +5,7 @@
output_impl_subdir: "detail",
includes: [
//<xo/procedure2/GCObjectConversion_DPrimitive_gco_2_gco_gco.hpp>
"<xo/gc/GCObject.hpp>",
"<xo/alloc2/GCObject.hpp>",
"<xo/alloc2/Allocator.hpp>",
],
local_types: [ ],

View file

@ -5,7 +5,7 @@
output_impl_subdir: "detail",
includes: [
//<xo/procedure2/GCObjectConversion_DPrimitive_gco_3_dict_string_gco.hpp>
"<xo/gc/GCObject.hpp>",
"<xo/alloc2/GCObject.hpp>",
"<xo/alloc2/Allocator.hpp>",
],
local_types: [ ],

View file

@ -10,7 +10,7 @@
// includes in ASyntaxStateMachine.hpp
includes: [
"\"RuntimeContext.hpp\"",
"<xo/gc/GCObject.hpp>",
"<xo/alloc2/GCObject.hpp>",
],
// extra includes in Procedure.hpp, if any
user_hpp_includes: [

View file

@ -15,7 +15,7 @@
// includes (via {facet_includes})
#include "RuntimeContext.hpp"
#include <xo/gc/GCObject.hpp>
#include <xo/alloc2/GCObject.hpp>
#include <xo/facet/obj.hpp>
#include <xo/facet/facet_implementation.hpp>
#include <xo/facet/typeseq.hpp>

View file

@ -14,7 +14,7 @@
#pragma once
#include "GCObject.hpp"
#include <xo/gc/GCObject.hpp>
#include <xo/alloc2/GCObject.hpp>
#include <xo/alloc2/Allocator.hpp>
#include "DPrimitive_gco_0.hpp"

View file

@ -14,7 +14,7 @@
#pragma once
#include "GCObject.hpp"
#include <xo/gc/GCObject.hpp>
#include <xo/alloc2/GCObject.hpp>
#include <xo/alloc2/Allocator.hpp>
#include "DPrimitive_gco_1_gco.hpp"

View file

@ -14,7 +14,7 @@
#pragma once
#include "GCObject.hpp"
#include <xo/gc/GCObject.hpp>
#include <xo/alloc2/GCObject.hpp>
#include <xo/alloc2/Allocator.hpp>
#include "DPrimitive_gco_2_gco_gco.hpp"

View file

@ -14,7 +14,7 @@
#pragma once
#include "GCObject.hpp"
#include <xo/gc/GCObject.hpp>
#include <xo/alloc2/GCObject.hpp>
#include <xo/alloc2/Allocator.hpp>
#include "DPrimitive_gco_3_dict_string_gco.hpp"

View file

@ -14,7 +14,7 @@
#pragma once
#include "RuntimeContext.hpp"
#include <xo/gc/GCObject.hpp>
#include <xo/alloc2/GCObject.hpp>
namespace xo {
namespace scm {