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:
parent
1be8bbf7fa
commit
96e53995c9
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user