diff options
Diffstat (limited to 'mg.c')
-rw-r--r-- | mg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ # define VTBL this->*vtbl #else # define VTBL *vtbl -static void restore_magic _((void *p)); +static void restore_magic (void *p); static int magic_methcall(SV *sv, MAGIC *mg, char *meth, I32 f, int n, SV *val); #endif |