summaryrefslogtreecommitdiff
path: root/src/lib/ffs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffs.h')
-rw-r--r--src/lib/ffs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ffs.h b/src/lib/ffs.h
index abc9cdee5..aed8be25e 100644
--- a/src/lib/ffs.h
+++ b/src/lib/ffs.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__LIB__FFS_H
-#define CVC4__LIB__FFS_H
+#ifndef CVC5__LIB__FFS_H
+#define CVC5__LIB__FFS_H
//We include this for HAVE_FFS
#include "cvc4autoconfig.h"
@@ -42,4 +42,4 @@ int ffs(int i);
#endif /* __cplusplus */
#endif /* HAVE_FFS */
-#endif /* CVC4__LIB__FFS_H */
+#endif /* CVC5__LIB__FFS_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback