mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-24 17:21:08 +02:00
AIX dependency fix
This commit is contained in:
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>
|
2000-06-05 Peter Stephenson <pws@cambridgesiliconradio.com>
|
||||||
|
|
||||||
* pws: Config/version.mk: 3.1.8 released.
|
* pws: Config/version.mk: 3.1.8 released.
|
||||||
|
|
|
@ -67,13 +67,13 @@ char *argzero, /* $0 */
|
||||||
*readnullcmd, /* $READNULLCMD */
|
*readnullcmd, /* $READNULLCMD */
|
||||||
*rprompt, /* $RPROMPT */
|
*rprompt, /* $RPROMPT */
|
||||||
*sprompt, /* $SPROMPT */
|
*sprompt, /* $SPROMPT */
|
||||||
*term, /* $TERM */
|
|
||||||
*wordchars, /* $WORDCHARS */
|
*wordchars, /* $WORDCHARS */
|
||||||
*zsh_name; /* $ZSH_NAME */
|
*zsh_name; /* $ZSH_NAME */
|
||||||
/**/
|
/**/
|
||||||
mod_export
|
mod_export
|
||||||
char *ifs, /* $IFS */
|
char *ifs, /* $IFS */
|
||||||
*postedit, /* $POSTEDIT */
|
*postedit, /* $POSTEDIT */
|
||||||
|
*term, /* $TERM */
|
||||||
*ttystrname, /* $TTY */
|
*ttystrname, /* $TTY */
|
||||||
*pwd; /* $PWD */
|
*pwd; /* $PWD */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue