[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[xml] Patch for VMS



Hi Daniel,
       Attached is a small patch for VMS, the CRTL still doesn't
fully support C99 as of version 80210000...

Cheers,

Boz
*** triodef.h	Wed May 10 12:22:12 2006
--- triodef.h	Wed May 10 13:58:33 2006
***************
*** 194,200 ****
   */
  # pragma message disable (UNDERFLOW, FLOATOVERFL)
  
! # if (__CRTL_VER < 80000000)
  /*
   * Although the compiler supports C99 language constructs, the C
   * run-time library does not contain all C99 functions.
--- 194,200 ----
   */
  # pragma message disable (UNDERFLOW, FLOATOVERFL)
  
! # if (__CRTL_VER < 80210001 )  /* 80210000 and 80200000 do not have stdint.h */
  /*
   * Although the compiler supports C99 language constructs, the C
   * run-time library does not contain all C99 functions.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]