diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1999-09-30 19:48:49 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1999-09-30 19:48:49 (GMT) |
commit | 2afc2c74cdf839e049ed6917986edcbf09eef7bd (patch) | |
tree | 8b46fbb0be3c154b267f8e1b5ba6b0ea45163583 /Mac/Demo | |
parent | 70d784979c4d02b7099cce4a5a75de31d33a0f8e (diff) | |
download | cpython-2afc2c74cdf839e049ed6917986edcbf09eef7bd.zip cpython-2afc2c74cdf839e049ed6917986edcbf09eef7bd.tar.gz cpython-2afc2c74cdf839e049ed6917986edcbf09eef7bd.tar.bz2 |
vec_longjmp added to list of "forbidden" functions in .exp file.
Diffstat (limited to 'Mac/Demo')
-rw-r--r-- | Mac/Demo/building.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Demo/building.html b/Mac/Demo/building.html index ec804b8..f412ffe 100644 --- a/Mac/Demo/building.html +++ b/Mac/Demo/building.html @@ -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> |