X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.threads;h=de95e10e66eaef0eb1964e4683b3b77e582fad80;hb=f93a5f0713380ffacfb1cc418ab7b0f313757306;hp=15d36de6446c0faa99673db166f26e275a531b07;hpb=f556e5b971932902a6d49815d5094657f50eb262;p=p5sagit%2Fp5-mst-13.2.git diff --git a/README.threads b/README.threads index 15d36de..de95e10 100644 --- a/README.threads +++ b/README.threads @@ -217,7 +217,7 @@ multi-threading code. Under Linux, that also turns on a quick hack I did to grab a bit of extra information from segfaults. If you have a fancier gdb/threads setup than I do then you'll have to delete the lines in perl.c which say - #if defined(DEBUGGING) && defined(USE_THREADS) && defined(__linux__) + #if defined(DEBUGGING) && defined(USE_5005THREADS) && defined(__linux__) DEBUG_S(signal(SIGSEGV, (void(*)(int))catch_sigsegv);); #endif