summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/nl_ext_purify.h
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2019-04-30 16:00:15 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2019-04-30 16:00:15 -0700
commit309ea1524efa686bf1ef5ee4fb927f24d54db5f5 (patch)
treec69f98bd0860a9c1830390dae02dd3e984f8ee5b /src/preprocessing/passes/nl_ext_purify.h
parent8a133e21e4b12538b39df7a2dc3c0bdc4eb7c847 (diff)
parentd998d5e4213503e0913581d57c09ad486cded5c1 (diff)
Merge branch 'master' into cav2019strings
Diffstat (limited to 'src/preprocessing/passes/nl_ext_purify.h')
-rw-r--r--src/preprocessing/passes/nl_ext_purify.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preprocessing/passes/nl_ext_purify.h b/src/preprocessing/passes/nl_ext_purify.h
index dcaf12b5e..7744df824 100644
--- a/src/preprocessing/passes/nl_ext_purify.h
+++ b/src/preprocessing/passes/nl_ext_purify.h
@@ -17,8 +17,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__PREPROCESSING__PASSES__NL_EXT_PURIFY_H
-#define __CVC4__PREPROCESSING__PASSES__NL_EXT_PURIFY_H
+#ifndef CVC4__PREPROCESSING__PASSES__NL_EXT_PURIFY_H
+#define CVC4__PREPROCESSING__PASSES__NL_EXT_PURIFY_H
#include <unordered_map>
#include <vector>
@@ -54,4 +54,4 @@ class NlExtPurify : public PreprocessingPass
} // namespace preprocessing
} // namespace CVC4
-#endif /* __CVC4__PREPROCESSING__PASSES__NL_EXT_PURIFY_H */
+#endif /* CVC4__PREPROCESSING__PASSES__NL_EXT_PURIFY_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback