diff options
| author | Vibhav Pant | 2023-01-04 18:33:11 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2023-01-04 18:33:11 +0530 |
| commit | 94120d328e8df419143d14ee7b0ddf50400f657c (patch) | |
| tree | 29e7f937faf3a19ee034d2359d3654384960aef9 /lib/malloc/dynarray_resize.c | |
| parent | 7727f85b86967b647a89e64ac37297e3fe37e348 (diff) | |
| parent | 1ddd31bf9843c0453af92a09f98935cfcbb4e250 (diff) | |
| download | emacs-94120d328e8df419143d14ee7b0ddf50400f657c.tar.gz emacs-94120d328e8df419143d14ee7b0ddf50400f657c.zip | |
Merge branch 'master' into scratch/comp-static-data
Diffstat (limited to 'lib/malloc/dynarray_resize.c')
| -rw-r--r-- | lib/malloc/dynarray_resize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/malloc/dynarray_resize.c b/lib/malloc/dynarray_resize.c index 8d1922e5c7f..7ecd4de63b9 100644 --- a/lib/malloc/dynarray_resize.c +++ b/lib/malloc/dynarray_resize.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Increase the size of a dynamic array. | 1 | /* Increase the size of a dynamic array. |
| 2 | Copyright (C) 2017-2022 Free Software Foundation, Inc. | 2 | Copyright (C) 2017-2023 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |