Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff vutilities.c @ 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.c Sat Feb 11 21:43:43 2012 -0800 1.2 +++ b/vutilities.c Sun Feb 12 01:49:33 2012 -0800 1.3 @@ -14,10 +14,10 @@ 1.4 1.5 1.6 inline char * 1.7 -VMS__strDup( char *str ) 1.8 +VMS_int__strDup( char *str ) 1.9 { char *retStr; 1.10 1.11 - retStr = VMS__malloc( strlen(str) + 1 ); 1.12 + retStr = VMS_int__malloc( strlen(str) + 1 ); 1.13 if( str == NULL ) return str; 1.14 strcpy( retStr, str ); 1.15
