# HG changeset patch # User Me@portablequad # Date 1329166827 28800 # Node ID ddda19b593740e66183d6f95c887ed8f6220ed14 # Parent ffdffedd579e5f8094d2e4a901b3e8560988853f updated pure C diff -r ffdffedd579e -r ddda19b59374 DynArray.c --- a/DynArray.c Mon Feb 13 10:29:40 2012 -0800 +++ b/DynArray.c Mon Feb 13 13:00:27 2012 -0800 @@ -152,10 +152,7 @@ free( oldArray ); } -/*Can't mix malloc locations with external malloc locations -- so use - * this version inside VMS, which will perform normal malloc in the core - * loop -- hopefully avoiding the annoying system-stack bugs.. - */ + void increaseSizeOfDynArrayTo_Ext( PrivDynArrayInfo *info, int32 newSize ) { int32 oldSizeOfArray, i;