mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-02 13:12:09 +00:00
small follow-up to r368604
llvm-svn: 368605
This commit is contained in:
parent
086048df04
commit
dd8580f437
@ -6,8 +6,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===////
|
//===----------------------------------------------------------------------===////
|
||||||
|
|
||||||
#ifndef TIMER_HPP
|
#ifndef TIMER_H
|
||||||
#define TIMER_HPP
|
#define TIMER_H
|
||||||
|
|
||||||
// Define LIBCXXABI_NO_TIMER to disable testing with a timer.
|
// Define LIBCXXABI_NO_TIMER to disable testing with a timer.
|
||||||
#ifndef LIBCXXABI_NO_TIMER
|
#ifndef LIBCXXABI_NO_TIMER
|
||||||
@ -51,4 +51,4 @@ public:
|
|||||||
|
|
||||||
#endif /* LIBCXXABI_NO_TIMER */
|
#endif /* LIBCXXABI_NO_TIMER */
|
||||||
|
|
||||||
#endif /* TIMER_HPP */
|
#endif /* TIMER_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user