< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] error in library ares


Hi,
 
In the library ares, in ares_private.h
line 92, i found that:

/* Query status */

int try;

author redefine try ( the keyword of C/C++ ). I don't understand why compile don't make a error?

What do you think?