File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 213213 <ClInclude Include =" ..\Python\importdl.h" />
214214 <ClInclude Include =" ..\Python\thread_nt.h" />
215215 <ClInclude Include =" ..\Python\wordcode_helpers.h" />
216- <ClInclude Include =" ..\Stackless\core\backwardcompat.h" />
217216 <ClInclude Include =" ..\Stackless\core\cframeobject.h" />
218217 <ClInclude Include =" ..\Stackless\core\slp_exttype.h" />
219218 <ClInclude Include =" ..\Stackless\core\stackless_impl.h" />
501500 <Target Name =" _WarnAboutZlib" BeforeTargets =" PrepareForBuild" Condition =" !$(IncludeExternals)" >
502501 <Warning Text =" Not including zlib is not a supported configuration." />
503502 </Target >
504- </Project >
503+ </Project >
Original file line number Diff line number Diff line change 468468 <ClInclude Include =" ..\Stackless\core\stackless_tstate.h" >
469469 <Filter >Stackless\core</Filter >
470470 </ClInclude >
471- <ClInclude Include =" ..\Stackless\core\backwardcompat.h" >
472- <Filter >Stackless\core</Filter >
473- </ClInclude >
474471 <ClInclude Include =" ..\Stackless\module\channelobject.h" >
475472 <Filter >Stackless\module</Filter >
476473 </ClInclude >
11311128 <Filter >Stackless\platf</Filter >
11321129 </CustomBuild >
11331130 </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" {
6464#undef STACKLESS
6565#endif
6666
67- /* get some definitions for backward compatibility */
68- #include "core/backwardcompat.h"
69-
7067#ifdef __cplusplus
7168}
7269#endif
Original file line number Diff line number Diff line change 6363 <?endforeach ?>
6464
6565 <!-- 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?>
6767 <Component Id =" include_Stackless_core_$(var.header)" Directory =" include_Stackless_core" Guid =" *" >
6868 <File Id =" include_Stackless_core_$(var.header)" Name =" $(var.header)" Source =" !(bindpath.src)Stackless\core\$(var.header)" />
6969 </Component >
You can’t perform that action at this time.
0 commit comments