Mail Archives: djgpp/1997/06/01/17:07:18
> #if !defined(__DPMI_H)
> #include <dpmi.h>
> #endif
> #if !defined(__STRING_H)
> #include <string.h>
> #endif
> #if !defined(__GO32_H)
> #include <go32.h>
> #endif
[etc.]
All those #ifs and #endifs are redundant: all of the header files in
question are idempotent, that is wrapped in the same #ifs inside
themselves to begin with. All header files that are distributed with DJGPP
are. Any decent header file is...
--
.*. Where feelings are concerned, answers are rarely simple [GeneDeWeese]
-() < When I go to the theater, I always go straight to the "bag and mix"
`*' bulk candy section...because variety is the spice of life... [me]
Paul Derbyshire ao950 AT freenet DOT carleton DOT ca, http://chat.carleton.ca/~pderbysh
- Raw text -