diff DynArray.c @ 24:3e8e1a2a10f5

changed comments, to avoid repeats during global replace
author Some Random Person <seanhalle@yahoo.com>
date Fri, 09 Mar 2012 22:18:27 -0800
parents ef65bdf3ce16
children 4f386058d46c ba7abed0873c e6b21c2350d1
line diff
     1.1 --- a/DynArray.c	Mon Feb 13 09:58:50 2012 -0800
     1.2 +++ b/DynArray.c	Fri Mar 09 22:18:27 2012 -0800
     1.3 @@ -151,7 +151,7 @@
     1.4     VMS_int__free( oldArray );
     1.5   }
     1.6  
     1.7 -/*Can't mix VMS__malloc locations with external malloc locations -- so use
     1.8 +/*Can't mix VMS_int__malloc locations with external malloc locations -- so use
     1.9   * this version inside VMS, which will perform normal malloc in the core
    1.10   * loop -- hopefully avoiding the annoying system-stack bugs..
    1.11   */