X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=XSUB.h;h=c38ccd2bf224e6a48b8398b8b2225cbd258f4de9;hb=355d3743e65e97364accabb20981fd9938de341c;hp=1bcad7c6155c6f2e4b034e75eaac0720a2156f43;hpb=53c1dcc098c6cc47963786f1928061d90b5d30e1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/XSUB.h b/XSUB.h index 1bcad7c..c38ccd2 100644 --- a/XSUB.h +++ b/XSUB.h @@ -100,7 +100,7 @@ is a lexical $_ in scope. #if defined(__CYGWIN__) && defined(USE_DYNAMIC_LOADING) # define XS(name) __declspec(dllexport) void name(pTHX_ CV* cv) #endif -#if defined(SYMBIAN) +#if defined(__SYMBIAN32__) # define XS(name) EXPORT_C void name(pTHX_ CV* cv) #endif #ifndef XS @@ -115,7 +115,7 @@ is a lexical $_ in scope. #define dAXMARK \ I32 ax = POPMARK; \ - register SV ** const mark = PL_stack_base + ax++ + register SV **mark = PL_stack_base + ax++ #define dITEMS I32 items = SP - MARK @@ -229,7 +229,7 @@ C. See L. =head1 Simple Exception Handling Macros =for apidoc Ams||dXCPT -Set up neccessary local variables for exception handling. +Set up necessary local variables for exception handling. See L. =for apidoc AmU||XCPT_TRY_START