about summary refs log tree commit diff homepage
path: root/include/klee/Internal/ADT/ImmutableSet.h
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 /include/klee/Internal/ADT/ImmutableSet.h
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 'include/klee/Internal/ADT/ImmutableSet.h')
-rw-r--r--include/klee/Internal/ADT/ImmutableSet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/klee/Internal/ADT/ImmutableSet.h b/include/klee/Internal/ADT/ImmutableSet.h
index e60a1d2a..3c27ede0 100644
--- a/include/klee/Internal/ADT/ImmutableSet.h
+++ b/include/klee/Internal/ADT/ImmutableSet.h
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef __UTIL_IMMUTABLESET_H__
-#define __UTIL_IMMUTABLESET_H__
+#ifndef KLEE_IMMUTABLESET_H
+#define KLEE_IMMUTABLESET_H
 
 #include <functional>