1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 11:31:26 +01:00

Tweaked a couple comments.

This commit is contained in:
Wayne Davison 2006-03-07 01:15:47 +00:00
parent 20aae107b8
commit 19305c6eaf

View file

@ -131,7 +131,7 @@ insertlinklist(LinkList l, LinkNode where, LinkList x)
x->last = l->last;
}
/* Get top node in a linked list */
/* Pop the top node off a linked list and free it. */
/**/
mod_export void *
@ -152,7 +152,7 @@ getlinknode(LinkList list)
return dat;
}
/* Get top node in a linked list without freeing */
/* Pop the top node off a linked list without freeing it. */
/**/
mod_export void *