1
0
Fork 0
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:
Peter Stephenson 2004-03-08 11:01:10 +00:00
parent a271b5cd1c
commit 8db5846e31
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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;