Very minor style fixes, and obfuscate local var in ll_add.

This commit is contained in:
Uriel 2009-01-08 16:48:09 +01:00
parent d01d89becf
commit b0cd0818d9

View file

@ -136,9 +136,9 @@ fn get_cookie {
# Generic rc programming helpers
fn ll_add {
l = $1^_^$#$1
$l = $*(2-)
$1=( $$1 $l )
_l=$1^_^$#$1
$_l=$*(2-)
$1=( $$1 $_l )
}