]> git.neil.brown.name Git - lafs-utils.git/commit
Discard 'terminal' arg type.
authorNeilBrown <neilb@suse.de>
Sun, 13 Mar 2011 03:10:31 +0000 (14:10 +1100)
committerNeilBrown <neilb@suse.de>
Sun, 13 Mar 2011 03:10:31 +0000 (14:10 +1100)
commit3fbef999279bb581aebeb83da7871072e93a4943
tree593ab413574aba37339e8cfcfdd15d9d66e25098
parent81c2cb5e36bbdd58717f7ca69bc28d92dba0e492
Discard 'terminal' arg type.

At one stage during development, that 'tag' of a positional arg was
NULL so we couldn't used that to mark end-of-list, so we used
a special 'type' instead.
But now 'tag' is always non-NULL we can used tag==NULL to mark
end of list, so get rid of the 'terminal' type.

Fix some bugs too...

Signed-off-by: NeilBrown <neilb@suse.de>
tools/lafs.c