Skip to content

Commit

Permalink
Updated exception.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi688 committed Feb 6, 2022
1 parent 97a6820 commit c265a2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/hpml/exception/exception.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

#include <hpml/defines.h>

#include <stdint.h>

#ifdef __cplusplus
# include <cstdint>
#else
# include <stdint.h>
#endif /*__cplusplus*/
extern "C" {
#endif // __cplusplus

#ifdef NO_EXCEPTION
# define EXCEPTION_BLOCK(x)
Expand Down Expand Up @@ -63,6 +63,6 @@ HPML_API void __throw_exception(exception_t exception, uint64_t line_no, const c

#ifdef __cplusplus
}
#endif
#endif // __cplusplus

#endif/*__EXCEPTION_H__*/

0 comments on commit c265a2b

Please sign in to comment.