summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2020-11-20 16:32:03 -0800
committerGitHub <noreply@github.com>2020-11-20 16:32:03 -0800
commit729e5f91dd6979cf529e449fa9217e1007d13349 (patch)
treed04f5f7a6bb573c969544bb5d3cbe07b8e88dd6b /src/util
parent6edbfc98df1e9302f5051e33accc328ad7250c2b (diff)
Rename floatingpoint.h.in -> floatingpoin.h. (#5500)
Diffstat (limited to 'src/util')
-rw-r--r--src/util/CMakeLists.txt2
-rw-r--r--src/util/floatingpoint.h (renamed from src/util/floatingpoint.h.in)4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt
index 94ded3777..a9b0b1dca 100644
--- a/src/util/CMakeLists.txt
+++ b/src/util/CMakeLists.txt
@@ -9,7 +9,6 @@
## directory for licensing information.
##
configure_file(symfpu_literal.h.in symfpu_literal.h)
-configure_file(floatingpoint.h.in floatingpoint.h)
configure_file(rational.h.in rational.h)
configure_file(integer.h.in integer.h)
configure_file(real_algebraic_number.h.in real_algebraic_number.h)
@@ -27,6 +26,7 @@ libcvc4_add_sources(
divisible.cpp
divisible.h
floatingpoint.cpp
+ floatingpoint.h
floatingpoint_size.cpp
floatingpoint_size.h
gmp_util.h
diff --git a/src/util/floatingpoint.h.in b/src/util/floatingpoint.h
index 04279d8e5..754c38290 100644
--- a/src/util/floatingpoint.h.in
+++ b/src/util/floatingpoint.h
@@ -1,8 +1,8 @@
/********************* */
-/*! \file floatingpoint.h.in
+/*! \file floatingpoint.h
** \verbatim
** Top contributors (to current version):
- ** Martin Brain, Aina Niemetz, Haniel Barbosa
+ ** Aina Niemetz, Martin Brain, Mathias Preiner
** Copyright (c) 2013 University of Oxford
** This file is part of the CVC4 project.
** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback