summaryrefslogtreecommitdiff
path: root/src/expr/symbol_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/symbol_table.h')
-rw-r--r--src/expr/symbol_table.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/symbol_table.h b/src/expr/symbol_table.h
index fbb1969dd..98cba9ff8 100644
--- a/src/expr/symbol_table.h
+++ b/src/expr/symbol_table.h
@@ -16,8 +16,8 @@
#include "cvc4_public.h"
-#ifndef CVC4__SYMBOL_TABLE_H
-#define CVC4__SYMBOL_TABLE_H
+#ifndef CVC5__SYMBOL_TABLE_H
+#define CVC5__SYMBOL_TABLE_H
#include <memory>
#include <string>
@@ -212,4 +212,4 @@ class CVC4_EXPORT SymbolTable
} // namespace cvc5
-#endif /* CVC4__SYMBOL_TABLE_H */
+#endif /* CVC5__SYMBOL_TABLE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback