Short: Extension of func_spec syntax
From: Lars Duning <lduning@peopledoc.com>
Date: Wed, 03 Mar 1999 13:32:34 +0000
Type: Feature
State: Unclassified

make_func: should allow func_spec declaration a la

    int sscanf(string s1, string s2, lvalue mixed dest...)
                                     ^^^^^^
or
    int sscanf(string s1, string s2, mixed &dest...)

so that functions like sscanf() are no longer a special case.
