]> granicus.if.org Git - python/commitdiff
vec_longjmp added to list of "forbidden" functions in .exp file.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 30 Sep 1999 19:48:49 +0000 (19:48 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 30 Sep 1999 19:48:49 +0000 (19:48 +0000)
Mac/Demo/building.html

index ec804b8d301fe4c412951cb5e46cecfbaecacfd6..f412ffe94e199ef62b92c484343df8e1cc95d1e8 100644 (file)
@@ -417,7 +417,7 @@ Rebuilding the .exp file is done by first removing the file and removing the
 reference to it in the project (in the "config" section). Next, build PythonCore.
 This will create a new .exp file. Edit this file to remove the references to
 the symbols <code>__initialize</code>, <code>__terminate</code>, <code>setjmp</code>,
-<code>longjmp</code>, <code>main</code> and (for PPC) <code>__ptmf_null</code> or (for
+<code>longjmp</code>, <code>vec_longjmp</code>, <code>main</code> and (for PPC) <code>__ptmf_null</code> or (for
 CFM68K) <code>__start</code> and <code>dummy_init_routine</code>.
 Next, add the .exp file to the project
 again and rebuild PythonCore. <p>