ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/cfperl.h
(Generate patch)

Comparing deliantra/server/include/cfperl.h (file contents):
Revision 1.42 by root, Sat Dec 30 10:16:10 2006 UTC vs.
Revision 1.43 by root, Sat Dec 30 15:07:59 2006 UTC

45 45
46////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 46//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
47 47
48// some macros to simplify perl in-calls 48// some macros to simplify perl in-calls
49 49
50// FUNCTION is, afaik, a gnu extension
51#define CHECK_ERROR \ 50#define CHECK_ERROR \
52 if (SvTRUE (ERRSV)) \ 51 if (SvTRUE (ERRSV)) \
53 LOG (llevError, "runtime error in %s: %s\n", __func__, SvPVutf8_nolen (ERRSV)); 52 LOG (llevError, "runtime error in %s: %s\n", __func__, SvPVutf8_nolen (ERRSV));
54 53
55#define CALL_BEGIN(args) dSP; ENTER; SAVETMPS; PUSHMARK (SP); EXTEND (SP, args) 54#define CALL_BEGIN(args) dSP; ENTER; SAVETMPS; PUSHMARK (SP); EXTEND (SP, args)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines