]> granicus.if.org Git - graphviz/commit
No _BEGIN/END_EXTERNS_ in headers with extern "C"
authorErwin Janssen <erwinjanssen@outlook.com>
Mon, 26 Sep 2016 11:35:33 +0000 (13:35 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Tue, 4 Oct 2016 14:06:47 +0000 (16:06 +0200)
commite33b3f116d075697fd387f179496c57b6b6720be
treebb690a2de33d384d588c5b7af2a9ecc0d4a9badf
parent31b162a3414148428d69639a07d4f6229ed66021
No _BEGIN/END_EXTERNS_ in headers with extern "C"

The defines _BEGIN_EXTERNS_ and _END_EXTERNS_ define `extern "C"` based on compilation with C++. However, the header files containing this define already have this check in a more conventional way. This additional define is therefore not needed in these files.
lib/cgraph/cgraph.h
lib/dotgen/dotprocs.h
lib/dotgen2/dot2procs.h
lib/sfio/Sfio_dc/sfdisc.h
lib/sfio/sfhdr.h
lib/sfio/sfio.h
lib/sfio/vthread.h
lib/vmalloc/vmalloc.h
lib/vmalloc/vmhdr.h