1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00

AIX dependency fix

This commit is contained in:
Oliver Kiddle 2000-06-05 19:54:03 +00:00
parent 1be8bbf7fa
commit 96e53995c9
2 changed files with 5 additions and 1 deletions

@ -1,3 +1,7 @@
2000-06-05 Oliver Kiddle <opk@zsh.org>
* unposted: Src/params.c: AIX dependency fix
2000-06-05 Peter Stephenson <pws@cambridgesiliconradio.com>
* pws: Config/version.mk: 3.1.8 released.

@ -67,13 +67,13 @@ char *argzero, /* $0 */
*readnullcmd, /* $READNULLCMD */
*rprompt, /* $RPROMPT */
*sprompt, /* $SPROMPT */
*term, /* $TERM */
*wordchars, /* $WORDCHARS */
*zsh_name; /* $ZSH_NAME */
/**/
mod_export
char *ifs, /* $IFS */
*postedit, /* $POSTEDIT */
*term, /* $TERM */
*ttystrname, /* $TTY */
*pwd; /* $PWD */