SunOS fixes (thanks Aram Hăvărneanu)

R=rsc, rsc
http://codereview.appspot.com/4271084
This commit is contained in:
Russ Cox 2011-05-17 18:48:42 -04:00
parent 4e247f10fa
commit af0dea4531
5 changed files with 97 additions and 97 deletions

View file

@ -1324,21 +1324,21 @@ lookup(char *s, int doreset)
char *ngctypes[] =
{
[Galaxy] "Gx",
[PlanetaryN] "Pl",
[OpenCl] "OC",
[GlobularCl] "Gb",
[DiffuseN] "Nb",
[NebularCl] "C+N",
[Asterism] "Ast",
[Knot] "Kt",
[Triple] "***",
[Double] "D*",
[Single] "*",
[Uncertain] "?",
[Nonexistent] "-",
[Unknown] " ",
[PlateDefect] "PD"
[Galaxy] = "Gx",
[PlanetaryN] = "Pl",
[OpenCl] = "OC",
[GlobularCl] = "Gb",
[DiffuseN] = "Nb",
[NebularCl] = "C+N",
[Asterism] = "Ast",
[Knot] = "Kt",
[Triple] = "***",
[Double] = "D*",
[Single] = "*",
[Uncertain] = "?",
[Nonexistent] = "-",
[Unknown] = " ",
[PlateDefect] = "PD"
};
char*