diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-15 21:29:55 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-15 21:29:55 +0000 |
| commit | 03e230cc54103d18e9c8a18208c7d27805400a71 (patch) | |
| tree | efb79fe4d798134599ec6c90cd9912e59ccca69d /Src/Modules/mapfile.c | |
| parent | zsh-workers/9065 (diff) | |
| download | zsh-03e230cc54103d18e9c8a18208c7d27805400a71.tar zsh-03e230cc54103d18e9c8a18208c7d27805400a71.tar.gz zsh-03e230cc54103d18e9c8a18208c7d27805400a71.tar.bz2 zsh-03e230cc54103d18e9c8a18208c7d27805400a71.tar.lz zsh-03e230cc54103d18e9c8a18208c7d27805400a71.tar.xz zsh-03e230cc54103d18e9c8a18208c7d27805400a71.tar.zst zsh-03e230cc54103d18e9c8a18208c7d27805400a71.zip | |
manual:9047
Diffstat (limited to 'Src/Modules/mapfile.c')
| -rw-r--r-- | Src/Modules/mapfile.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Src/Modules/mapfile.c b/Src/Modules/mapfile.c index 5bbc17eca..11553609c 100644 --- a/Src/Modules/mapfile.c +++ b/Src/Modules/mapfile.c @@ -329,14 +329,14 @@ scanpmmapfile(HashTable ht, ScanFunc func, int flags) /**/ int -setup_(Module m) +setup_mapfile(Module m) { return 0; } /**/ int -boot_(Module m) +boot_mapfile(Module m) { /* Create the special associative array. */ @@ -348,7 +348,7 @@ boot_(Module m) /**/ int -cleanup_(Module m) +cleanup_mapfile(Module m) { Param pm; @@ -364,7 +364,7 @@ cleanup_(Module m) /**/ int -finish_(Module m) +finish_mapfile(Module m) { return 0; } |
