At 05:36 PM 4/10/00 +0200, Niels M�ller wrote:

>That really shouldn't matter. If you write a C++ library, you can
>kludge around such things like
>
>  #define catch hurd_catch
>   extern "C" {
>     #include <some/hurd/file.h>
>   }
>   #undef catch

"Kludge" being the operative word. Why not do something in one place that 
makes it easier for everybody else? Isolate weirdness -- standard software 
engineering practice.


Reply via email to