diff options
-rw-r--r-- | ext/overload/overload.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/overload/overload.c b/ext/overload/overload.c index c3bc31045a..1a6d1a6fe3 100644 --- a/ext/overload/overload.c +++ b/ext/overload/overload.c @@ -34,6 +34,7 @@ * yes * + turn off all overloading handlers on a call to a handler * - pass array overloading info on to handlers? + * - add unoverload() function */ #ifdef HAVE_CONFIG_H |