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

Comparing PApp-SQL/SQL.xs (file contents):
Revision 1.27 by root, Thu Sep 20 09:00:44 2012 UTC vs.
Revision 1.28 by root, Mon Mar 24 17:04:17 2014 UTC

144mc_cache (mc_node *mc, SV **method, const char *name) 144mc_cache (mc_node *mc, SV **method, const char *name)
145{ 145{
146 *method = (SV *)gv_fetchmethod_autoload (mc->stash, name, 0); 146 *method = (SV *)gv_fetchmethod_autoload (mc->stash, name, 0);
147 147
148 if (!method) 148 if (!method)
149 croak ("%s: method not found in stash, pelase report.", name); 149 croak ("%s: method not found in stash, please report.", name);
150} 150}
151 151
152#define mc_cache(mc, method) mc_cache ((mc), &((mc)->method), # method) 152#define mc_cache(mc, method) mc_cache ((mc), &((mc)->method), # method)
153 153
154typedef struct lru_node 154typedef struct lru_node

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines