about summary refs log tree commit diff
path: root/Src/params.c
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2017-01-05 04:13:11 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-01-05 15:58:18 +0000
commit9d87cd948edad4634cabe44ed188e7222b7f9d28 (patch)
tree12feaa045aa00a149fde965f8c51bcca8360d532 /Src/params.c
parent385cb9b9f0757d0203656d9bea3e5ba0dc7916c3 (diff)
downloadzsh-9d87cd948edad4634cabe44ed188e7222b7f9d28.tar.gz
zsh-9d87cd948edad4634cabe44ed188e7222b7f9d28.tar.xz
zsh-9d87cd948edad4634cabe44ed188e7222b7f9d28.zip
40270 (after 39995): Add cross-reference for robustness.
Diffstat (limited to 'Src/params.c')
-rw-r--r--Src/params.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/params.c b/Src/params.c
index 5b93cafe2..d4904666f 100644
--- a/Src/params.c
+++ b/Src/params.c
@@ -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 */