Fix 'anonymous type with no linkage used to declare variable' C++ error
authorIvan Maidanski <ivmai@mail.ru>
Fri, 9 Feb 2018 08:07:03 +0000 (11:07 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 9 Feb 2018 08:07:03 +0000 (11:07 +0300)
commit59c916f5669209a78cc07af8aadf5f6365e07947
tree85c17e370f407a57f5a37a7ab5fc6f2d2272f0ab
parentc6fd81b3049a49a4531be39f5ee8820c13195c45
Fix 'anonymous type with no linkage used to declare variable' C++ error
(fix of commit 8086c72)

Issue #201 (bdwgc).

* tests/test.c (A): Give some name to struct.
* tools/setjmp_t.c (a): Likewise.
tests/test.c
tools/setjmp_t.c