Rename the include guard
The include guard caused a warning with newer versions of Clang.
This commit is contained in:
parent
3be483a237
commit
f2b431f80a
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __TRYCATCH_H__
|
#ifndef TRYCATCH_H_INCLUDED
|
||||||
#define __TRYCATCH_H__
|
#define TRYCATCH_H_INCLUDED
|
||||||
|
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
#include <stdnoreturn.h>
|
#include <stdnoreturn.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue