From d366da81f62ab3badcd243dc5d4074186b21b876 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Mon, 26 Nov 2018 13:47:06 +0000 Subject: [PATCH] Renamed C hashval implementation. --- base/modules/Makefile | 2 +- base/modules/aux/{hashval.c => psb_hashval.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename base/modules/aux/{hashval.c => psb_hashval.c} (100%) diff --git a/base/modules/Makefile b/base/modules/Makefile index 8f52d427..c668a58f 100644 --- a/base/modules/Makefile +++ b/base/modules/Makefile @@ -23,7 +23,7 @@ UTIL_MODS = aux/psb_string_mod.o desc/psb_desc_const_mod.o desc/psb_indx_map_mod aux/psb_ip_reord_mod.o\ aux/psb_i_sort_mod.o aux/psb_s_sort_mod.o aux/psb_d_sort_mod.o \ aux/psb_c_sort_mod.o aux/psb_z_sort_mod.o \ - psb_check_mod.o aux/psb_hash_mod.o aux/hashval.o\ + psb_check_mod.o aux/psb_hash_mod.o aux/psb_hashval.o\ serial/psb_i_base_vect_mod.o serial/psb_i_vect_mod.o\ serial/psb_d_base_vect_mod.o serial/psb_d_vect_mod.o\ serial/psb_s_base_vect_mod.o serial/psb_s_vect_mod.o\ diff --git a/base/modules/aux/hashval.c b/base/modules/aux/psb_hashval.c similarity index 100% rename from base/modules/aux/hashval.c rename to base/modules/aux/psb_hashval.c