1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-30 03:50:56 +01:00

zsh-workers/8770

This commit is contained in:
Tanaka Akira 1999-11-24 16:20:58 +00:00
parent f853592fa0
commit f8b0dee880
30 changed files with 338 additions and 336 deletions

View file

@ -212,8 +212,6 @@ boot_example(Module m)
!addwrapper(m, wrapper));
}
#ifdef MODULE
/**/
int
cleanup_example(Module m)
@ -234,5 +232,3 @@ finish_example(Module m)
fflush(stdout);
return 0;
}
#endif