The new (non) optional arg to gc()
Jeff Hungerford <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
It looks like the new argument for gc() to clean up members of a weak mapping is not actually optional: Pike v8.0 release 181 running Hilfe v3.5 (Incremental Pike Frontend) > gc(); Compiler Error: 1: Too few arguments to gc (got 0). Compiler Error: 1: Expected: mixed. Compiler Error: 1: Function type: Compiler Error: 1: Got : function(mixed : int). -Jeff