aboutsummaryrefslogtreecommitdiffstats
path: root/lib/malloc.c
diff options
context:
space:
mode:
authorEli Zaretskii2023-01-01 05:47:47 -0500
committerEli Zaretskii2023-01-01 05:47:47 -0500
commit3c55fbd4adfcf5d0d0ee8fdbbd6f012fa951f0b2 (patch)
treebc5715fea2ff0ae8830afdee165dcaa22344f159 /lib/malloc.c
parentdf192b5153f9d0c9b371f28f6460a038cba8a987 (diff)
parentcae528457cb862dc886a34240c9d4c73035b6659 (diff)
downloademacs-3c55fbd4adfcf5d0d0ee8fdbbd6f012fa951f0b2.tar.gz
emacs-3c55fbd4adfcf5d0d0ee8fdbbd6f012fa951f0b2.zip
Merge from origin/emacs-29
cae528457c ; Add 2023 to copyright years. b394359261 Improve documentation of 'isearch-open-overlay-temporary' ab3210e709 Document 'use-package' in the 2 main manuals # Conflicts: # etc/refcards/ru-refcard.tex # lib/explicit_bzero.c # m4/explicit_bzero.m4
Diffstat (limited to 'lib/malloc.c')
-rw-r--r--lib/malloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/malloc.c b/lib/malloc.c
index f334dd6e96d..92f8c841cd7 100644
--- a/lib/malloc.c
+++ b/lib/malloc.c
@@ -1,6 +1,7 @@
1/* malloc() function that is glibc compatible. 1/* malloc() function that is glibc compatible.
2 2
3 Copyright (C) 1997-1998, 2006-2007, 2009-2022 Free Software Foundation, Inc. 3 Copyright (C) 1997-1998, 2006-2007, 2009-2023 Free Software
4 Foundation, Inc.
4 5
5 This file is free software: you can redistribute it and/or modify 6 This file is free software: you can redistribute it and/or modify
6 it under the terms of the GNU Lesser General Public License as 7 it under the terms of the GNU Lesser General Public License as