]> granicus.if.org Git - graphviz/commit
remove the use of NIL and friends
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 18 Dec 2020 01:53:07 +0000 (17:53 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Jan 2021 21:03:20 +0000 (13:03 -0800)
commit625c44cfc0915a3abc4e679c0a01901ff0539ce0
tree7b039abc95108a7e68915e07013edae34f06c9f4
parent0cc435b4b9cbbb47242fa62298aef4702d470427
remove the use of NIL and friends

NULL is more concise and more widely understood than the Graphviz-specific macro
NIL. We leave the definitions of NIL in case others are using these through the
public API.
64 files changed:
cmd/dot/dot.c
cmd/smyrna/viewport.c
cmd/tools/gv2gxl.c
cmd/tools/sccmap.c
doc/libgraph/sccmap.c
lib/cdt/dtclose.c
lib/cdt/dtdisc.c
lib/cdt/dtextract.c
lib/cdt/dtflatten.c
lib/cdt/dthash.c
lib/cdt/dthdr.h
lib/cdt/dtlist.c
lib/cdt/dtmethod.c
lib/cdt/dtopen.c
lib/cdt/dtrenew.c
lib/cdt/dtrestore.c
lib/cdt/dtstat.c
lib/cdt/dttree.c
lib/cdt/dtview.c
lib/cgraph/attr.c
lib/cgraph/cmpnd.c
lib/cgraph/edge.c
lib/cgraph/grammar.y
lib/cgraph/graph.c
lib/cgraph/id.c
lib/cgraph/imap.c
lib/cgraph/mem.c
lib/cgraph/node.c
lib/cgraph/obj.c
lib/cgraph/pend.c
lib/cgraph/rec.c
lib/cgraph/refstr.c
lib/cgraph/scan.l
lib/cgraph/subg.c
lib/cgraph/utils.c
lib/cgraph/write.c
lib/circogen/blockpath.c
lib/circogen/circularinit.c
lib/common/htmltable.c
lib/common/input.c
lib/dotgen/dotsplines.c
lib/gvc/gvevent.c
lib/gvc/gvplugin.c
lib/neatogen/constraint.c
lib/pathplan/cvt.c
lib/sfio/sfclose.c
lib/sfio/sfdisc.c
lib/sfio/sfexcept.c
lib/sfio/sfmode.c
lib/sfio/sfnew.c
lib/sfio/sfopen.c
lib/sfio/sfpkrd.c
lib/sfio/sfputr.c
lib/sfio/sfseek.c
lib/sfio/sfsetbuf.c
lib/sfio/sfstack.c
lib/sfio/sfswap.c
lib/sfio/sfsync.c
lib/sfio/sftable.c
lib/sfio/sftmp.c
lib/sfio/sfungetc.c
lib/sfio/sfvprintf.c
lib/sfio/sfvscanf.c
lib/sfio/sfwr.c