ucx/list.c

changeset 93
a6a99e721660
parent 87
bd444539cced
child 103
08018864fb91
     1.1 --- a/ucx/list.c	Wed Feb 27 10:57:40 2013 +0100
     1.2 +++ b/ucx/list.c	Wed Feb 27 11:37:27 2013 +0100
     1.3 @@ -64,7 +64,7 @@
     1.4      return nl;
     1.5  }
     1.6  
     1.7 -UcxList *ucx_list_concat(UcxList *restrict l1, UcxList *restrict l2) {
     1.8 +UcxList *ucx_list_concat(UcxList *l1, UcxList *l2) {
     1.9      if (l1 == NULL) {
    1.10          return l2;
    1.11      } else {

mercurial