File tree Expand file tree Collapse file tree 5 files changed +3
-73
lines changed Expand file tree Collapse file tree 5 files changed +3
-73
lines changed Original file line number Diff line number Diff line change 213
213
<ClInclude Include =" ..\Python\importdl.h" />
214
214
<ClInclude Include =" ..\Python\thread_nt.h" />
215
215
<ClInclude Include =" ..\Python\wordcode_helpers.h" />
216
- <ClInclude Include =" ..\Stackless\core\backwardcompat.h" />
217
216
<ClInclude Include =" ..\Stackless\core\cframeobject.h" />
218
217
<ClInclude Include =" ..\Stackless\core\slp_exttype.h" />
219
218
<ClInclude Include =" ..\Stackless\core\stackless_impl.h" />
501
500
<Target Name =" _WarnAboutZlib" BeforeTargets =" PrepareForBuild" Condition =" !$(IncludeExternals)" >
502
501
<Warning Text =" Not including zlib is not a supported configuration." />
503
502
</Target >
504
- </Project >
503
+ </Project >
Original file line number Diff line number Diff line change 468
468
<ClInclude Include =" ..\Stackless\core\stackless_tstate.h" >
469
469
<Filter >Stackless\core</Filter >
470
470
</ClInclude >
471
- <ClInclude Include =" ..\Stackless\core\backwardcompat.h" >
472
- <Filter >Stackless\core</Filter >
473
- </ClInclude >
474
471
<ClInclude Include =" ..\Stackless\module\channelobject.h" >
475
472
<Filter >Stackless\module</Filter >
476
473
</ClInclude >
1131
1128
<Filter >Stackless\platf</Filter >
1132
1129
</CustomBuild >
1133
1130
</ItemGroup >
1134
- </Project >
1131
+ </Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -64,9 +64,6 @@ extern "C" {
64
64
#undef STACKLESS
65
65
#endif
66
66
67
- /* get some definitions for backward compatibility */
68
- #include "core/backwardcompat.h"
69
-
70
67
#ifdef __cplusplus
71
68
}
72
69
#endif
Original file line number Diff line number Diff line change 63
63
<?endforeach ?>
64
64
65
65
<!-- Stackless\core\*.h -->
66
- <?foreach header in backwardcompat .h; cframeobject.h;slp_exttype.h;stackless_impl.h;stackless_methods.h;stackless_structs.h;stackless_tstate.h?>
66
+ <?foreach header in cframeobject .h;slp_exttype.h;stackless_impl.h;stackless_methods.h;stackless_structs.h;stackless_tstate.h?>
67
67
<Component Id =" include_Stackless_core_$(var.header)" Directory =" include_Stackless_core" Guid =" *" >
68
68
<File Id =" include_Stackless_core_$(var.header)" Name =" $(var.header)" Source =" !(bindpath.src)Stackless\core\$(var.header)" />
69
69
</Component >
You can’t perform that action at this time.
0 commit comments