1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-29 17:31:02 +01:00

manual/9083

This commit is contained in:
Tanaka Akira 1999-12-16 14:26:16 +00:00
parent 77d48c89e0
commit 02c0df2174
80 changed files with 470 additions and 394 deletions

View file

@ -329,14 +329,14 @@ scanpmmapfile(HashTable ht, ScanFunc func, int flags)
/**/
int
setup_mapfile(Module m)
setup_(Module m)
{
return 0;
}
/**/
int
boot_mapfile(Module m)
boot_(Module m)
{
/* Create the special associative array. */
@ -348,7 +348,7 @@ boot_mapfile(Module m)
/**/
int
cleanup_mapfile(Module m)
cleanup_(Module m)
{
Param pm;
@ -364,7 +364,7 @@ cleanup_mapfile(Module m)
/**/
int
finish_mapfile(Module m)
finish_(Module m)
{
return 0;
}