]> granicus.if.org Git - graphviz/commit
Removed old-style function defintions from vmalloc
authorErwin Janssen <erwinjanssen@outlook.com>
Wed, 14 Sep 2016 15:16:24 +0000 (17:16 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Mon, 19 Sep 2016 12:50:28 +0000 (14:50 +0200)
commit97b9e901b2718c216129d228c41970a3f4692a74
treedff575156e2f088b5d42f9f9d698f241203f96a6
parentd0ecabe6363d36fd0842477bc7a3dfc2175f970e
Removed old-style function defintions from vmalloc

The functions definitions in vmalloc are all surrounded by an `#if __STD_C`, if __STD_C is not defined than the old style function definition is used. These days STD C is the standard and the old style function defintions are obsolete.
They have been removed from lib/vmalloc and its subprojects, comments have been preserved by converting them to a Doxygen style.
19 files changed:
lib/vmalloc/malloc.c
lib/vmalloc/vmbest.c
lib/vmalloc/vmclear.c
lib/vmalloc/vmclose.c
lib/vmalloc/vmdcheap.c
lib/vmalloc/vmdebug.c
lib/vmalloc/vmdisc.c
lib/vmalloc/vmexit.c
lib/vmalloc/vmlast.c
lib/vmalloc/vmopen.c
lib/vmalloc/vmpool.c
lib/vmalloc/vmprivate.c
lib/vmalloc/vmprofile.c
lib/vmalloc/vmregion.c
lib/vmalloc/vmsegment.c
lib/vmalloc/vmset.c
lib/vmalloc/vmstat.c
lib/vmalloc/vmtrace.c
lib/vmalloc/vmwalk.c