]> granicus.if.org Git - graphviz/commit
tclpkg: remove C++ guards from simple.h
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 21 Nov 2021 18:24:40 +0000 (10:24 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 27 Nov 2021 18:14:34 +0000 (10:14 -0800)
commit316d37dbde46b8b870958fc1e70a09fc57bdd36b
tree5288115d43003f3bee2fc4ba646c645110fe4625
parentaee651f11424d7479b9af2147014c22f80bd138f
tclpkg: remove C++ guards from simple.h

This header is not shipped and not included by anything except C sources.
Moreover these guards gave the incorrect impression this header was usable from
C++. One of its structs contains a field, `final`, that is a C++ keyword, so it
is not possible to use this code from C++.
tclpkg/tclpathplan/simple.h