]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: replace NULL by nil
authorDavid du Colombier <0intro@gmail.com>
Fri, 13 Feb 2015 21:24:41 +0000 (22:24 +0100)
committerDavid du Colombier <0intro@gmail.com>
Fri, 13 Feb 2015 22:13:42 +0000 (22:13 +0000)
commitad73dc349bcb796ec99e1adb25973671d2204fba
tree547d2136f57747df15ab208318b215ac0ab0a24d
parentae3229ae5c12a2bfce2961e21c299f286e8b8cb1
cmd/gc: replace NULL by nil

In CL 4050, NULL was used instead of nil.
However, Plan 9 doesn't declare NULL.

Change-Id: I8295a3102509a1ce417278f23a37cbf65938cce1
Reviewed-on: https://go-review.googlesource.com/4814
Reviewed-by: Minux Ma <minux@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/gc/walk.c