about summary refs log tree commit diff homepage
path: root/lib/Core
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 /lib/Core
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 'lib/Core')
-rw-r--r--lib/Core/CallPathManager.h4
-rw-r--r--lib/Core/PTree.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/Core/CallPathManager.h b/lib/Core/CallPathManager.h
index 0a648777..a39bc387 100644
--- a/lib/Core/CallPathManager.h
+++ b/lib/Core/CallPathManager.h
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef __UTIL_CALLPATHMANAGER_H__
-#define __UTIL_CALLPATHMANAGER_H__
+#ifndef KLEE_CALLPATHMANAGER_H
+#define KLEE_CALLPATHMANAGER_H
 
 #include "klee/Statistics.h"
 
diff --git a/lib/Core/PTree.h b/lib/Core/PTree.h
index faa65d85..b15987d5 100644
--- a/lib/Core/PTree.h
+++ b/lib/Core/PTree.h
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef __UTIL_PTREE_H__
-#define __UTIL_PTREE_H__
+#ifndef KLEE_PTREE_H
+#define KLEE_PTREE_H
 
 #include <klee/Expr.h>