From 2afc2c74cdf839e049ed6917986edcbf09eef7bd Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 30 Sep 1999 19:48:49 +0000 Subject: [PATCH] vec_longjmp added to list of "forbidden" functions in .exp file. --- Mac/Demo/building.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/Demo/building.html b/Mac/Demo/building.html index ec804b8d301..f412ffe94e1 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 __initialize, __terminate, setjmp, -longjmp, main and (for PPC) __ptmf_null or (for +longjmp, vec_longjmp, main and (for PPC) __ptmf_null or (for CFM68K) __start and dummy_init_routine. Next, add the .exp file to the project again and rebuild PythonCore.