X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fregression%2Ftests%2Flibmullong.c;h=a469b93af99936c2528ed1042359fff2620f75c1;hb=c42e9051755428d14eb620abc9eda86d43479a1a;hp=8c34a6f46509ba9439f538ab66493995e65fb79e;hpb=5979bbd157a5f3cd8018aed666e4dd41a3e08edf;p=fw%2Fsdcc diff --git a/support/regression/tests/libmullong.c b/support/regression/tests/libmullong.c index 8c34a6f4..a469b93a 100644 --- a/support/regression/tests/libmullong.c +++ b/support/regression/tests/libmullong.c @@ -7,19 +7,19 @@ #define type_{type} #if defined(PORT_HOST) -# include "../../../../../sdccconf.h" +# include "sdccconf.h" # define mullong(a,b) mullong_wrapper(a,b) # if defined(type_c) && !defined(WORDS_BIGENDIAN) # define _SDCC_NO_ASM_LIB_FUNCS 1 # define near # define long int -# include "../../../../../device/lib/_mullong.c" +# include "device/lib/_mullong.c" # endif #else # if defined(type_c) # define _SDCC_NO_ASM_LIB_FUNCS 1 # endif -# include "../../../../../device/lib/_mullong.c" +# include "device/lib/_mullong.c" # define mullong _mullong #endif