1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-12-29 16:25:35 +01:00

40270 (after 39995): Add cross-reference for robustness.

This commit is contained in:
Daniel Shahaf 2017-01-05 04:13:11 +00:00
parent 385cb9b9f0
commit 9d87cd948e
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2017-01-05 Daniel Shahaf <d.s@daniel.shahaf.name>
* 40270 (after 39995): Src/params.c: Add cross-reference for
robustness.
* 40264: Completion/Unix/Command/_man: Complete all sections
after '-a'.

View file

@ -3474,6 +3474,8 @@ strsetfn(Param pm, char *x)
pm->node.flags |= PM_NAMEDDIR;
adduserdir(pm->node.nam, x, 0, 0);
}
/* If you update this function, you may need to update the
* `Implement remainder of strsetfn' block in assignstrvalue(). */
}
/* Function to get value of an array parameter */