From: sparky4 Date: Fri, 3 Nov 2017 21:42:02 +0000 (-0500) Subject: notime X-Git-Url: http://git.osdn.net/view?p=proj16%2F16.git;a=commitdiff_plain;h=b75a9280f3eb85ab5739a63a79404141fdbc28d7 notime --- diff --git a/src/lib/ll.c b/src/lib/ll.c index 55aa90af..103388ae 100755 --- a/src/lib/ll.c +++ b/src/lib/ll.c @@ -259,7 +259,6 @@ void Movenode(struct node** destRef, struct node** sourceRef) /* Move dest to point to the new node */ *destRef = newnode; } -#endif /* Function to insert a node at the beginging of the linked list */