Mail Archives: djgpp-workers/2000/12/12/21:32:10
At 06:49 PM 12/12/00 +0100, you wrote:
<Snipped>
>> Why do we need the special __cplusplus case? Can't we always call
>> that member errclass_str (and rename the other two to erraction_str
>> and errlocus_str)?
>In fact, why is it there at all? Maybe the member was called `class'
>once upon a time, but class_str isn't a problem for C++ (AFAIK).
All I was doing was copying the members of struct DOSERROR, and that is
the way struct DOSERROR is defined.
As I said in my reply to Eli, I have no problem using "err..._str"
names consistently, and eliminating the C++ variation. But struct
DOSERROR will still have that variation.
> > +/* B5h (181) */ "(MS-DOS 7.0) A valid eject request failed",
> > +/* B5h (181) */ "(DOS 5.0-6.0,NetWare4) Invalid call gate",
> Same here.
>But both are valid (and distinct) MS-DOS errors - which should
>DJGPP support 'better' - DOS 5/6 or DOS 7?
These are just missed editing cases where I should have joined the
strings, as I did in several other cases. Easily fixed.
> "dup" should have a @code markup, and please also add an @xref.
Also,
> we don't use the (n) notation for commands and functions (because
the
> references aren't man pages), so please remove "(2)" in the above.
I think he meant a call of dup() with a parameter of 2 (i.e. stdout).
No, that text was copied from a man page, so the (2) does refer to the
man hierarchy. It will be deleted.
Thanks for the comments.
---------------------------------------------------------
Peter J. Farley III (pjfarley AT dorsai DOT org OR
pjfarley AT banet DOT net)
- Raw text -