summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index 5e73c11133..7d6bf1ec72 100644
--- a/internal.h
+++ b/internal.h
@@ -1245,7 +1245,7 @@ struct MEMO {
long cnt;
long state;
const VALUE value;
- VALUE (*func)(ANYARGS);
+ void (*func)(void);
} u3;
};