]> granicus.if.org Git - graphviz/commit
Assume `atexit()` can be used, part of standard C
authorErwin Janssen <erwinjanssen@outlook.com>
Mon, 31 Oct 2016 21:32:36 +0000 (22:32 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 7 Dec 2016 13:52:39 +0000 (14:52 +0100)
commited27bb9f3b9f6f2d6eaafa77e2145098f6f73ac3
treebd93274367f8b5ff205dfec855f7635515584de6
parente619c1a2607c439bc0b17dbed7c1d36248f388e1
Assume `atexit()` can be used, part of standard C

The `atexit()` function is part of standard C, so it can be assumed that
it available. The fallback machanism with `onexit()` is therefore not
needed, which results in less code and defines.
lib/sfio/features/sfio
lib/sfio/sfexit.c
lib/vmalloc/Makefile.am
lib/vmalloc/features/vmalloc
lib/vmalloc/vmalloc.vcxproj
lib/vmalloc/vmalloc.vcxproj.filters
lib/vmalloc/vmexit.c [deleted file]
windows/include/FEATURE/sfio
windows/include/FEATURE/vmalloc