about summary refs log tree commit diff homepage
path: root/tools
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2019-05-30 16:22:56 +0100
committerMartinNowack <martin.nowack@gmail.com>2019-06-04 14:14:37 +0100
commit823ee004fa2f24a9c8781e359967b088cb954140 (patch)
treecdca9ad7ff3e55abe8a3ef08eb38d5ab1aa9eb31 /tools
parent32892a0c836c6153808e2c821b86b5d36db51cbf (diff)
downloadklee-823ee004fa2f24a9c8781e359967b088cb954140.tar.gz
Fixed identifiers used in ifdefs to (1) not use reserved names and (2) use a consistent naming convention
Diffstat (limited to 'tools')
-rw-r--r--tools/klee-replay/klee-replay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/klee-replay/klee-replay.h b/tools/klee-replay/klee-replay.h
index 09cb6603..b4d0f248 100644
--- a/tools/klee-replay/klee-replay.h
+++ b/tools/klee-replay/klee-replay.h
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef __KLEE_REPLAY_H__
-#define __KLEE_REPLAY_H__
+#ifndef KLEE_REPLAY_H
+#define KLEE_REPLAY_H
 
 #define _LARGEFILE64_SOURCE
 #define _FILE_OFFSET_BITS 64