xo-interpreter2 stack: bugfix after GCObject facet location change
This commit is contained in:
parent
551f6f7266
commit
71b1c31aeb
11 changed files with 11 additions and 11 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
output_impl_subdir: "detail",
|
output_impl_subdir: "detail",
|
||||||
includes: [
|
includes: [
|
||||||
//<xo/procedure2/GCObjectConversion_DPrimitive_gco_0.hpp>
|
//<xo/procedure2/GCObjectConversion_DPrimitive_gco_0.hpp>
|
||||||
"<xo/gc/GCObject.hpp>",
|
"<xo/alloc2/GCObject.hpp>",
|
||||||
"<xo/alloc2/Allocator.hpp>",
|
"<xo/alloc2/Allocator.hpp>",
|
||||||
],
|
],
|
||||||
local_types: [ ],
|
local_types: [ ],
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
output_impl_subdir: "detail",
|
output_impl_subdir: "detail",
|
||||||
includes: [
|
includes: [
|
||||||
//<xo/procedure2/GCObjectConversion_DPrimitive_gco_1_gco.hpp>
|
//<xo/procedure2/GCObjectConversion_DPrimitive_gco_1_gco.hpp>
|
||||||
"<xo/gc/GCObject.hpp>",
|
"<xo/alloc2/GCObject.hpp>",
|
||||||
"<xo/alloc2/Allocator.hpp>",
|
"<xo/alloc2/Allocator.hpp>",
|
||||||
],
|
],
|
||||||
local_types: [ ],
|
local_types: [ ],
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
output_impl_subdir: "detail",
|
output_impl_subdir: "detail",
|
||||||
includes: [
|
includes: [
|
||||||
//<xo/procedure2/GCObjectConversion_DPrimitive_gco_2_gco_gco.hpp>
|
//<xo/procedure2/GCObjectConversion_DPrimitive_gco_2_gco_gco.hpp>
|
||||||
"<xo/gc/GCObject.hpp>",
|
"<xo/alloc2/GCObject.hpp>",
|
||||||
"<xo/alloc2/Allocator.hpp>",
|
"<xo/alloc2/Allocator.hpp>",
|
||||||
],
|
],
|
||||||
local_types: [ ],
|
local_types: [ ],
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
output_impl_subdir: "detail",
|
output_impl_subdir: "detail",
|
||||||
includes: [
|
includes: [
|
||||||
//<xo/procedure2/GCObjectConversion_DPrimitive_gco_3_dict_string_gco.hpp>
|
//<xo/procedure2/GCObjectConversion_DPrimitive_gco_3_dict_string_gco.hpp>
|
||||||
"<xo/gc/GCObject.hpp>",
|
"<xo/alloc2/GCObject.hpp>",
|
||||||
"<xo/alloc2/Allocator.hpp>",
|
"<xo/alloc2/Allocator.hpp>",
|
||||||
],
|
],
|
||||||
local_types: [ ],
|
local_types: [ ],
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
// includes in ASyntaxStateMachine.hpp
|
// includes in ASyntaxStateMachine.hpp
|
||||||
includes: [
|
includes: [
|
||||||
"\"RuntimeContext.hpp\"",
|
"\"RuntimeContext.hpp\"",
|
||||||
"<xo/gc/GCObject.hpp>",
|
"<xo/alloc2/GCObject.hpp>",
|
||||||
],
|
],
|
||||||
// extra includes in Procedure.hpp, if any
|
// extra includes in Procedure.hpp, if any
|
||||||
user_hpp_includes: [
|
user_hpp_includes: [
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
// includes (via {facet_includes})
|
// includes (via {facet_includes})
|
||||||
#include "RuntimeContext.hpp"
|
#include "RuntimeContext.hpp"
|
||||||
#include <xo/gc/GCObject.hpp>
|
#include <xo/alloc2/GCObject.hpp>
|
||||||
#include <xo/facet/obj.hpp>
|
#include <xo/facet/obj.hpp>
|
||||||
#include <xo/facet/facet_implementation.hpp>
|
#include <xo/facet/facet_implementation.hpp>
|
||||||
#include <xo/facet/typeseq.hpp>
|
#include <xo/facet/typeseq.hpp>
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "GCObject.hpp"
|
#include "GCObject.hpp"
|
||||||
#include <xo/gc/GCObject.hpp>
|
#include <xo/alloc2/GCObject.hpp>
|
||||||
#include <xo/alloc2/Allocator.hpp>
|
#include <xo/alloc2/Allocator.hpp>
|
||||||
#include "DPrimitive_gco_0.hpp"
|
#include "DPrimitive_gco_0.hpp"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "GCObject.hpp"
|
#include "GCObject.hpp"
|
||||||
#include <xo/gc/GCObject.hpp>
|
#include <xo/alloc2/GCObject.hpp>
|
||||||
#include <xo/alloc2/Allocator.hpp>
|
#include <xo/alloc2/Allocator.hpp>
|
||||||
#include "DPrimitive_gco_1_gco.hpp"
|
#include "DPrimitive_gco_1_gco.hpp"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "GCObject.hpp"
|
#include "GCObject.hpp"
|
||||||
#include <xo/gc/GCObject.hpp>
|
#include <xo/alloc2/GCObject.hpp>
|
||||||
#include <xo/alloc2/Allocator.hpp>
|
#include <xo/alloc2/Allocator.hpp>
|
||||||
#include "DPrimitive_gco_2_gco_gco.hpp"
|
#include "DPrimitive_gco_2_gco_gco.hpp"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "GCObject.hpp"
|
#include "GCObject.hpp"
|
||||||
#include <xo/gc/GCObject.hpp>
|
#include <xo/alloc2/GCObject.hpp>
|
||||||
#include <xo/alloc2/Allocator.hpp>
|
#include <xo/alloc2/Allocator.hpp>
|
||||||
#include "DPrimitive_gco_3_dict_string_gco.hpp"
|
#include "DPrimitive_gco_3_dict_string_gco.hpp"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "RuntimeContext.hpp"
|
#include "RuntimeContext.hpp"
|
||||||
#include <xo/gc/GCObject.hpp>
|
#include <xo/alloc2/GCObject.hpp>
|
||||||
|
|
||||||
namespace xo {
|
namespace xo {
|
||||||
namespace scm {
|
namespace scm {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue