Commit d943262
Thomas Heller
Merged revisions 69260 via svnmerge from
svn+ssh://[email protected]/python/trunk
........
r69260 | thomas.heller | 2009-02-03 18:07:40 +0100 (Di, 03 Feb 2009) | 9 lines
This refactoring should make it easier to add new calling conventions.
Replace ffi_call_STDCALL and ffi_call_SYSV by a ffi_call_x86 function
that cleans up the stack when FFI_SYSV is used, and does nothing for
FFI_STDCALL.
Remove libffi_msvc\win32.S, which is out of date and also unused; it
was only used for building ctypes with the MingW compiler.
........1 parent 3bbfba8 commit d943262
3 files changed
Lines changed: 29 additions & 400 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | 151 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
172 | 157 | | |
173 | 158 | | |
174 | 159 | | |
| |||
209 | 194 | | |
210 | 195 | | |
211 | 196 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | 197 | | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
| 198 | + | |
| 199 | + | |
223 | 200 | | |
224 | 201 | | |
225 | 202 | | |
| |||
This file was deleted.
0 commit comments