Skip to content
  1. Oct 24, 2002
    • Richard Levitte's avatar
      On certain platforms, we redefine certain symbols using macros in · 4f99ab58
      Richard Levitte authored
      apps.h.  For those, it's better to include apps.h after the system
      headers where those symbols may be defined, since there's otherwise a
      chance that the C compiler will barf when it sees something that looks
      like this after expansion:
      
      int VMS_strcasecmp((str1),(str2))(const char *, const char *);
      4f99ab58
  2. Oct 23, 2002
  3. Oct 21, 2002
  4. Oct 20, 2002
  5. Oct 18, 2002
  6. Oct 17, 2002
  7. Oct 16, 2002
  8. Oct 15, 2002
  9. Oct 14, 2002
  10. Oct 13, 2002