DELTA 29999 8825 25
SVN  bE5 o J G x G { G x L
/* A single element of a genlist, storing the pointer to user
 * data, and pointers to the next and previous elements: */
struct genlist_link {
  struct genlist_link *next, *prev;
  void *dataptr;
};

******
  Returns the pointer of this link.
****************************************************************************/
static inline void *genlist_link_data(const struct genlist_link *plink)
{
  return (NULL != plink ? plink->dataptr : NULL);
}

******
  Returns the previous link.
****************************************************************************/
fc__warn_unused_result
static inline struct genlist_link *genlist_link_prev(const struct genlist_link *plink)
{
  return plink->prev;
}

******
  Returns the next link.
****************************************************************************/
fc__warn_unused_result
static inline struct genlist_link *genlist_link_next(const struct genlist_link *plink)
{
  return plink->next;
}
  ENDREP
DELTA 29999 0 127
SVN  g
  
  ]SENDREP
id: 51.5ck.r32066/1065
type: file
pred: 51.5ck.r29999/82617
count: 35
text: 32066 1017 23 23015 878d248d55b65d7eeba2c7a1a7daac46
props: 9577 64288 111 0 433ca8234d38d2ba821c9aa09a03d731
cpath: /trunk/utility/genlist.c
copyroot: 15280 /trunk

id: 52.5ck.r32066/1307
type: file
pred: 52.5ck.r29999/82856
count: 31
text: 32066 0 990 6597 d1235a4921ecce522de6fc56a3747f8a
props: 10194 950 111 0 28e613ef70fc8e4efe7ed7b15f74e6e7
cpath: /trunk/utility/genlist.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file 2gg.5ck.r31883/9821
K 9
astring.c
V 23
file h5.5ck.r31574/1812
K 9
astring.h
V 23
file h6.5ck.r20479/1668
K 11
bitvector.c
V 25
file 4un.5ck.r31685/19478
K 11
bitvector.h
V 25
file 4uo.5ck.r30739/24984
K 12
capability.c
V 24
file 7p.5ck.r31685/19723
K 12
capability.h
V 24
file 7q.5ck.r18858/85852
K 14
deprecations.c
V 26
file 2bun.5ck.r31883/10066
K 14
deprecations.h
V 26
file 2bup.5ck.r31883/10230
K 12
distribute.c
V 26
file 2lp.5ck.r19259/362511
K 12
distribute.h
V 25
file 2lq.5ck.r18858/87951
K 12
fc_prehdrs.h
V 25
file 29ps.5ck.r31574/2053
K 9
fc_utf8.c
V 23
file 4ku.5ck.r26944/198
K 9
fc_utf8.h
V 25
file 4kv.5ck.r26905/46695
K 13
fcbacktrace.c
V 25
file 731.5ck.r31685/19967
K 13
fcbacktrace.h
V 23
file 732.5ck.r31451/150
K 9
fciconv.c
V 25
file 2g7.5ck.r26800/15337
K 9
fciconv.h
V 25
file 2g8.5ck.r18858/89144
K 8
fcintl.c
V 22
file k3.5ck.r30876/139
K 8
fcintl.h
V 24
file fw.5ck.r29619/12832
K 10
fcthread.c
V 25
file 6hv.5ck.r27705/54306
K 10
fcthread.h
V 25
file 6hw.5ck.r31685/20211
K 20
generate_specenum.py
V 22
file 4ia.5ck.r30101/51
K 9
genhash.c
V 23
file 57v.5ck.r27456/668
K 9
genhash.h
V 25
file 57w.5ck.r26905/43784
K 9
genlist.c
V 23
file 51.5ck.r32066/1065
K 9
genlist.h
V 23
file 52.5ck.r32066/1307
K 11
inputfile.c
V 22
file h9.5ck.r31245/218
K 11
inputfile.h
V 24
file ha.5ck.r31200/34806
K 5
ioz.c
V 22
file uh.5ck.r31557/102
K 5
ioz.h
V 24
file ui.5ck.r29107/16532
K 10
iterator.c
V 25
file 4h5.5ck.r26905/44951
K 10
iterator.h
V 25
file 4f3.5ck.r26905/45830
K 5
log.c
V 21
file 53.5ck.r32047/46
K 5
log.h
V 23
file 54.5ck.r31753/3762
K 5
md5.c
V 22
file 33q.5ck.r25082/54
K 5
md5.h
V 25
file 33r.5ck.r19849/16287
K 5
mem.c
V 24
file d9.5ck.r31277/54359
K 5
mem.h
V 24
file da.5ck.r20315/22211
K 11
net_types.h
V 24
file 2a0n.5ck.r31691/178
K 9
netfile.c
V 22
file 6m8.5ck.r31356/96
K 9
netfile.h
V 25
file 6m9.5ck.r26905/41734
K 9
netintf.c
V 22
file t6.5ck.r31691/363
K 9
netintf.h
V 23
file t7.5ck.r31620/9031
K 6
rand.c
V 22
file m5.5ck.r29825/150
K 6
rand.h
V 22
file m6.5ck.r29825/385
K 10
registry.c
V 24
file agw.5ck.r31687/1336
K 10
registry.h
V 25
file 7po.5ck.r26905/40851
K 14
registry_ini.c
V 22
file dh.5io.r32009/724
K 14
registry_ini.h
V 22
file di.5ip.r32009/994
K 14
registry_xml.c
V 25
file 16x3.5ck.r31687/1577
K 14
registry_xml.h
V 25
file 16x5.5ck.r31687/1825
K 14
section_file.c
V 24
file bw9.5ck.r31643/3594
K 14
section_file.h
V 24
file axo.5ck.r31643/3842
K 8
shared.c
V 22
file 55.5ck.r31906/149
K 8
shared.h
V 23
file 1d.5ck.r31332/5160
K 10
spechash.h
V 25
file 57x.5ck.r26905/46987
K 10
speclist.h
V 22
file gb.5ck.r31489/171
K 8
specpq.h
V 26
file 1brp.5ck.r26905/42320
K 9
specvec.h
V 22
file z9.5ck.r31526/529
K 15
string_vector.c
V 25
file 4hy.5ck.r31728/11185
K 15
string_vector.h
V 25
file 4hz.5ck.r31728/11436
K 9
support.c
V 24
file m9.5ck.r31828/30469
K 9
support.h
V 24
file ma.5ck.r31828/30710
K 8
timing.c
V 24
file el.5ck.r24200/17365
K 8
timing.h
V 24
file em.5ck.r28012/43360
END
ENDREP
id: 1c.5ck.r32066/4547
type: dir
pred: 1c.5ck.r32047/3279
count: 985
text: 32066 1545 2989 0 9b50dc5b28106f312db878e8c9c25d10
props: 17175 331 84 0 5447a85ba28edec0d4a8f6120070e2b2
cpath: /trunk/utility
copyroot: 15280 /trunk

PLAIN
K 9
ABOUT-NLS
V 24
file fu.5ck.r31532/74309
K 7
AUTHORS
V 24
file 5u.5ck.r22143/14016
K 7
COPYING
V 22
file 1h.5ck.r29454/952
K 9
ChangeLog
V 26
file 6l.5ck.r31297/7697235
K 7
INSTALL
V 21
file 6.5ck.r31852/396
K 11
Makefile.am
V 22
file 59.5ck.r31919/510
K 4
NEWS
V 24
file 6m.5ck.r25634/30702
K 6
README
V 20
file 7.0.r4421/96382
K 2
ai
V 21
dir 8.5ck.r31941/3443
K 10
autogen.sh
V 23
file 12o.5ck.r31852/621
K 9
bootstrap
V 24
dir 2p5.5ck.r31532/76576
K 6
client
V 22
dir d.5ck.r32062/21387
K 6
common
V 22
dir p.5ck.r32062/27887
K 12
configure.ac
V 25
file 149.5ck.r31996/10678
K 4
data
V 22
dir w.5ck.r32062/41206
K 12
dependencies
V 23
dir 2yu.5ck.r31822/5233
K 3
doc
V 22
dir k7.5ck.r32045/3374
K 10
fc_version
V 25
file 2lo.5en.r32062/41435
K 11
gen_headers
V 25
dir 1hsw.5ck.r31996/11239
K 3
lua
V 24
dir 2c5e.5ck.r31919/4841
K 2
m4
V 23
dir 12p.5ck.r31951/9188
K 7
scripts
V 23
dir 2yo.5ck.r31852/3843
K 6
server
V 22
dir z.5ck.r32062/46171
K 5
tests
V 22
dir 2g9.5ck.r31520/584
K 5
tools
V 24
dir 4pj.5js.r32062/48993
K 12
translations
V 23
dir t0a.5ck.r31743/7474
K 7
utility
V 22
dir 1c.5ck.r32066/4547
K 5
win32
V 23
dir 2eu.5ck.r32058/2180
END
ENDREP
id: 3.5ck.r32066/5946
type: dir
pred: 3.5ck.r32062/50402
count: 20981
text: 32066 4774 1159 0 de964ab91b0723034d1ffb920759a2e3
props: 28036 14655 292 0 9e1d5de0253c723466868990c52c129f
cpath: /trunk
copyroot: 15280 /trunk

PLAIN
K 8
branches
V 19
dir 1.0.r32065/6922
K 4
tags
V 19
dir 2.0.r31807/7857
K 5
trunk
V 21
dir 3.5ck.r32066/5946
K 7
website
V 20
dir 3ge.0.r31885/802
END
ENDREP
id: 0.0.r32066/6333
type: dir
pred: 0.0.r32065/7240
count: 32066
text: 32066 6169 151 0 041f2f896393624e5ee2f250a3aa2a7b
cpath: /
copyroot: 0 /

51.5ck.t32065-1 modify true false /trunk/utility/genlist.c

52.5ck.t32065-1 modify true false /trunk/utility/genlist.h


6333 6478
