X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2Fll.c;h=103388ae2654087aca8227109e64c5e4258c8483;hp=55aa90af824a9263c4bc4485c35da57c5b5e17c7;hb=b75a9280f3eb85ab5739a63a79404141fdbc28d7;hpb=48a59b737b260f4ae17210137c19486d1cc42eb3 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 */