Descriptiondist: fix Plan 9 build
Since CL 115060044, mkanames declares an empty
array in anames8.c and anames6.c, which is not
valid for the Plan 9 compiler.
char* cnames8[] = {
};
This change makes mkanames not declaring the
cnames array when no C_ constants are found.
Patch Set 1 #Patch Set 2 : diff -r 8012587c5e3b https://code.google.com/p/go #Patch Set 3 : diff -r 8012587c5e3b https://code.google.com/p/go #
MessagesTotal messages: 7
|