| Index: base/allocator/prep_libc.py
 | 
| diff --git a/base/allocator/prep_libc.py b/base/allocator/prep_libc.py
 | 
| index 3238eec8c0fcf274fed05982b71c444f50432acc..079297b4629346601a1401e59f98f47e09578033 100755
 | 
| --- a/base/allocator/prep_libc.py
 | 
| +++ b/base/allocator/prep_libc.py
 | 
| @@ -50,8 +50,7 @@ def main():
 | 
|    cppvspath = 'f:\\binaries\\Intermediate\\vctools\\crt_bld\\' + bindir + \
 | 
|        '\\crt\\prebuild\\build\\' + objdir + '\\mt_obj\\nativecpp\\\\';
 | 
|  
 | 
| -  cobjfiles = ['malloc', 'free', 'realloc', 'align', 'msize', 'heapinit',
 | 
| -      'expand', 'heapchk', 'heapwalk', 'heapmin', 'calloc', 'recalloc',
 | 
| +  cobjfiles = ['malloc', 'free', 'realloc', 'heapinit', 'calloc', 'recalloc',
 | 
|        'calloc_impl']
 | 
|    cppobjfiles = ['new', 'new2', 'delete', 'delete2', 'new_mode', 'newopnt',
 | 
|        'newaopnt']
 | 
| 
 |