Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2afc2c7

Browse files
committed
vec_longjmp added to list of "forbidden" functions in .exp file.
1 parent 70d7849 commit 2afc2c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/Demo/building.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ <H2>Rebuilding <code>.exp</code> files for PPC and CFM68K</H2>
417417
reference to it in the project (in the "config" section). Next, build PythonCore.
418418
This will create a new .exp file. Edit this file to remove the references to
419419
the symbols <code>__initialize</code>, <code>__terminate</code>, <code>setjmp</code>,
420-
<code>longjmp</code>, <code>main</code> and (for PPC) <code>__ptmf_null</code> or (for
420+
<code>longjmp</code>, <code>vec_longjmp</code>, <code>main</code> and (for PPC) <code>__ptmf_null</code> or (for
421421
CFM68K) <code>__start</code> and <code>dummy_init_routine</code>.
422422
Next, add the .exp file to the project
423423
again and rebuild PythonCore. <p>

0 commit comments

Comments
 (0)