ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Guard/Guard.xs
(Generate patch)

Comparing Guard/Guard.xs (file contents):
Revision 1.10 by root, Sun Jul 19 04:43:47 2009 UTC vs.
Revision 1.11 by root, Sun Jul 19 04:59:54 2009 UTC

2 2
3#include "EXTERN.h" 3#include "EXTERN.h"
4#include "perl.h" 4#include "perl.h"
5#include "XSUB.h" 5#include "XSUB.h"
6 6
7/* apparently < 5.8.8 */
7#ifndef SvSTASH_set 8#ifndef SvSTASH_set
8# define SvSTASH_set(x,a) SvSTASH(x) = (a) 9# define SvSTASH_set(x,a) SvSTASH(x) = (a)
9#endif 10#endif
10 11
11#ifndef PERL_MAGIC_ext 12#ifndef PERL_MAGIC_ext

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines