| Index: base/allocator/prep_libc.py
|
| diff --git a/base/allocator/prep_libc.py b/base/allocator/prep_libc.py
|
| index cbffacb688e99bbd406fc03da6c1255bb1a17081..e13e9e3b7e0e4390153035e2e86156b3fb40c839 100755
|
| --- a/base/allocator/prep_libc.py
|
| +++ b/base/allocator/prep_libc.py
|
| @@ -56,7 +56,7 @@ def main():
|
| objfiles = ['malloc', 'free', 'realloc', 'new', 'delete', 'new2', 'delete2',
|
| 'align', 'msize', 'heapinit', 'expand', 'heapchk', 'heapwalk',
|
| 'heapmin', 'sbheap', 'calloc', 'recalloc', 'calloc_impl',
|
| - 'new_mode', 'newopnt']
|
| + 'new_mode', 'newopnt', 'newaopnt']
|
| for obj in objfiles:
|
| for vspath in vspaths:
|
| cmd = ('lib /nologo /ignore:4006,4014,4221 /remove:%s%s.obj %s' %
|
|
|