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

Comparing Coro/Coro/State.xs (file contents):
Revision 1.124 by root, Tue Dec 5 12:50:04 2006 UTC vs.
Revision 1.125 by root, Mon Dec 11 20:54:45 2006 UTC

36# define IS_PADGV(v) 0 36# define IS_PADGV(v) 0
37# endif 37# endif
38# ifndef IS_PADCONST 38# ifndef IS_PADCONST
39# define IS_PADCONST(v) 0 39# define IS_PADCONST(v) 0
40# endif 40# endif
41#endif
42
43/* 5.8.7 */
44#ifndef SvRV_set
45# define SvRV_set(s,v) SvRV(s) = (v)
41#endif 46#endif
42 47
43#include <stdio.h> 48#include <stdio.h>
44#include <errno.h> 49#include <errno.h>
45#include <assert.h> 50#include <assert.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines