diff vutilities.h @ 200:6db9e4898978

VMS name chgs -- added "WL" "PI" and "int" and split vms.h up
author Me@portablequad
date Sun, 12 Feb 2012 01:49:33 -0800
parents c1784868dcea
children
line diff
     1.1 --- a/vutilities.h	Sat Feb 11 21:43:43 2012 -0800
     1.2 +++ b/vutilities.h	Sun Feb 12 01:49:33 2012 -0800
     1.3 @@ -15,6 +15,6 @@
     1.4  #include "VMS_primitive_data_types.h"
     1.5  
     1.6  inline char *
     1.7 -VMS__strDup( char *str );
     1.8 +VMS_int__strDup( char *str );
     1.9   
    1.10  #endif