Fixes #5591.
R=golang-dev, dave, minux.ma, cshapiro
CC=carl shapiro <cshapiro, golang-dev
https://golang.org/cl/
9839046
case APTRS:
if(skip)
goto casedef;
- if(cursym->nptrs == -1 || cursym->ptrs == NULL) {
+ if(cursym->nptrs == -1 || cursym->ptrs == nil) {
diag("ldobj1: pointer map data provided for %s without a definition", cursym->name);
errorexit();
}
case APTRS:
if(skip)
goto casdef;
- if(cursym->nptrs == -1 || cursym->ptrs == NULL) {
+ if(cursym->nptrs == -1 || cursym->ptrs == nil) {
diag("ldobj1: pointer map data provided for %s without a definition", cursym->name);
errorexit();
}
case APTRS:
if(skip)
goto casdef;
- if(cursym->nptrs == -1 || cursym->ptrs == NULL) {
+ if(cursym->nptrs == -1 || cursym->ptrs == nil) {
diag("ldobj1: pointer map data provided for %s without a definition", cursym->name);
errorexit();
}