mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-12 10:00:56 +01:00
manual/9083
This commit is contained in:
parent
77d48c89e0
commit
02c0df2174
80 changed files with 470 additions and 394 deletions
|
|
@ -1940,7 +1940,7 @@ static struct funcwrap wrapper[] = {
|
|||
|
||||
/**/
|
||||
int
|
||||
setup_parameter(Module m)
|
||||
setup_(Module m)
|
||||
{
|
||||
incleanup = 0;
|
||||
|
||||
|
|
@ -1949,7 +1949,7 @@ setup_parameter(Module m)
|
|||
|
||||
/**/
|
||||
int
|
||||
boot_parameter(Module m)
|
||||
boot_(Module m)
|
||||
{
|
||||
/* Create the special associative arrays.
|
||||
* As an example for autoloaded parameters, this is probably a bad
|
||||
|
|
@ -1988,7 +1988,7 @@ boot_parameter(Module m)
|
|||
|
||||
/**/
|
||||
int
|
||||
cleanup_parameter(Module m)
|
||||
cleanup_(Module m)
|
||||
{
|
||||
Param pm;
|
||||
struct pardef *def;
|
||||
|
|
@ -2010,7 +2010,7 @@ cleanup_parameter(Module m)
|
|||
|
||||
/**/
|
||||
int
|
||||
finish_parameter(Module m)
|
||||
finish_(Module m)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue