1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

23571 + unposted; AIX compilation fixes

This commit is contained in:
Peter Stephenson 2007-06-19 20:21:52 +00:00
parent 848775fe6d
commit 84fa9b4af1
3 changed files with 13 additions and 7 deletions

View file

@ -4,7 +4,7 @@ int setup_ _((Module));
int boot_ _((Module));
int cleanup_ _((Module));
int finish_ _((Module));
int modentry _((int boot, Module m));
int modentry _((int boot, Module m, void *ptr));
/**/
int