Revert "Don't use C++ features when building test code as C."

This reverts commit 6d93d57ab0.
This commit is contained in:
William S Fulton 2014-10-29 09:42:04 +00:00
commit 3eb626fda6

View file

@ -35,11 +35,9 @@ KW(chan, fallthrough)
KW(end, function)
KW(nil,local)
#ifdef __cplusplus
struct Keywords {
void selfkw(int self) {}
};
#endif /* __cplusplus */
%}