Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
changeset 23:ddda19b59374 pure_C
updated pure C
| author | Me@portablequad |
|---|---|
| date | Mon, 13 Feb 2012 13:00:27 -0800 |
| parents | ffdffedd579e |
| children | |
| files | DynArray.c |
| diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line diff
1.1 --- a/DynArray.c Mon Feb 13 10:29:40 2012 -0800 1.2 +++ b/DynArray.c Mon Feb 13 13:00:27 2012 -0800 1.3 @@ -152,10 +152,7 @@ 1.4 free( oldArray ); 1.5 } 1.6 1.7 -/*Can't mix malloc locations with external malloc locations -- so use 1.8 - * this version inside VMS, which will perform normal malloc in the core 1.9 - * loop -- hopefully avoiding the annoying system-stack bugs.. 1.10 - */ 1.11 + 1.12 void 1.13 increaseSizeOfDynArrayTo_Ext( PrivDynArrayInfo *info, int32 newSize ) 1.14 { int32 oldSizeOfArray, i;
