mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
19552: missing mod_export
This commit is contained in:
parent
a271b5cd1c
commit
8db5846e31
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-03-08 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 19552: Src/params.c: missing mod_export.
|
||||
|
||||
2004-03-07 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* unposted: Etc/MACHINES: builds `out-of-the-box' on OpenBSD 3.4
|
||||
|
|
|
@ -777,7 +777,7 @@ copyparam(Param tpm, Param pm, int toplevel)
|
|||
/* Return 1 if the string s is a valid identifier, else return 0. */
|
||||
|
||||
/**/
|
||||
int
|
||||
mod_export int
|
||||
isident(char *s)
|
||||
{
|
||||
char *ss;
|
||||
|
|
Loading…
Reference in a new issue