summaryrefslogtreecommitdiff
path: root/src/main/interactive_shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/interactive_shell.h')
-rw-r--r--src/main/interactive_shell.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/interactive_shell.h b/src/main/interactive_shell.h
index b2530dc37..7ed5a1c1f 100644
--- a/src/main/interactive_shell.h
+++ b/src/main/interactive_shell.h
@@ -12,8 +12,8 @@
** \brief Interactive shell for CVC4
**/
-#ifndef __CVC4__INTERACTIVE_SHELL_H
-#define __CVC4__INTERACTIVE_SHELL_H
+#ifndef CVC4__INTERACTIVE_SHELL_H
+#define CVC4__INTERACTIVE_SHELL_H
#include <iosfwd>
#include <string>
@@ -72,4 +72,4 @@ public:
}/* CVC4 namespace */
-#endif /* __CVC4__INTERACTIVE_SHELL_H */
+#endif /* CVC4__INTERACTIVE_SHELL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback