gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master ff7af2b: Removed obsolete macros from config.h


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master ff7af2b: Removed obsolete macros from config.h.in
Date: Mon, 26 Nov 2018 09:23:14 -0500 (EST)

branch: master
commit ff7af2bc4dddc2e09a8535a4bb57879dface52e8
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Removed obsolete macros from config.h.in
    
    Its a very long time that the arithmetic program/library works on all types
    for binary operations natively. But we had forgot to remove the
    `GAL_CONFIG_BIN_OP_*' macros in `config.h.in', even though their values
    were not being written. They are now removed with this commit.
---
 lib/gnuastro-internal/config.h.in | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/lib/gnuastro-internal/config.h.in 
b/lib/gnuastro-internal/config.h.in
index 67c1383..1964fb3 100644
--- a/lib/gnuastro-internal/config.h.in
+++ b/lib/gnuastro-internal/config.h.in
@@ -43,17 +43,6 @@ along with Gnuastro. If not, see 
<http://www.gnu.org/licenses/>.
 
 #define GAL_CONFIG_HAVE_PTHREAD_BARRIER     @HAVE_PTHREAD_BARRIER@
 
-#define GAL_CONFIG_BIN_OP_UINT8             @HAVE_BIN_OP_UINT8@
-#define GAL_CONFIG_BIN_OP_INT8              @HAVE_BIN_OP_INT8@
-#define GAL_CONFIG_BIN_OP_UINT16            @HAVE_BIN_OP_UINT16@
-#define GAL_CONFIG_BIN_OP_INT16             @HAVE_BIN_OP_INT16@
-#define GAL_CONFIG_BIN_OP_UINT32            @HAVE_BIN_OP_UINT32@
-#define GAL_CONFIG_BIN_OP_INT32             @HAVE_BIN_OP_INT32@
-#define GAL_CONFIG_BIN_OP_UINT64            @HAVE_BIN_OP_UINT64@
-#define GAL_CONFIG_BIN_OP_INT64             @HAVE_BIN_OP_INT64@
-#define GAL_CONFIG_BIN_OP_FLOAT32           @HAVE_BIN_OP_FLOAT32@
-#define GAL_CONFIG_BIN_OP_FLOAT64           @HAVE_BIN_OP_FLOAT64@
-
 #define GAL_CONFIG_SIZEOF_LONG              @SIZEOF_LONG@
 #define GAL_CONFIG_SIZEOF_SIZE_T            @SIZEOF_SIZE_T@
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]