streamline defsym.h

Condense the setup of PCHAR/PCHAR2 and OBJCLASS/OBJCLASS2 (last one
renamed from OBJCLASS7) so that it's easier to see the variations
at once on an ordinary size terminal/window.  Revise some of the
indentation and other spacing, also to try to enhance readability
a little.

Unrelated:  remove a trailing space that crept in with a recent pull
request.
This commit is contained in:
PatR
2022-11-10 15:44:53 -08:00
parent 9ef7135ccd
commit a83ef812a4
2 changed files with 77 additions and 83 deletions

View File

@@ -2018,7 +2018,7 @@ lev_by_name(const char *nam)
else
nam = "valley";
} else if (!strcmpi(nam, "delphi")) {
/* Oracle says "welcome to Delphi" so recognize that name too */
/* Oracle says "welcome to Delphi" so recognize that name too */
nam = "oracle";
}