# HG changeset patch # User jwe # Date 859582688 0 # Node ID 170b53ff36acc7df4e10cbe505300da4ee464cf8 # Parent 8b262e771614d12b2dffdae394df413491b16dcb [project @ 1997-03-28 20:58:08 by jwe] diff -r 8b262e771614 -r 170b53ff36ac PROJECTS --- a/PROJECTS Thu Mar 27 16:19:58 1997 +0000 +++ b/PROJECTS Fri Mar 28 20:58:08 1997 +0000 @@ -384,9 +384,6 @@ * What should is_global() return when called for built-in variables? - * Make it possible to have `static' variables inside functions that - retain their values across calls. - * Allow local changes to variables to be written more compactly than is currently possible with unwind_protect. For example,