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:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user