]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
string: Rename para_malloc() -> alloc().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 26 Oct 2021 18:22:49 +0000 (20:22 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 29 Jul 2022 17:22:09 +0000 (19:22 +0200)
Just because it's shorter and matches the naming of the new allocators
we are about to introduce. The bulk of this patch was created with

sed -i 's/para_malloc/alloc/g' *.c *.h yy/mp.y


No differences found