X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ffunctions.h;h=0602789597788209395d5d53a7b548429ce6d88b;hb=1a44d9d799eb1f94d87ae2cef4ca5b31720ccf88;hp=bcf04c2d21461b62d449858966efb3fe1b8f35ce;hpb=f3ebb786e451da973560f1c9d8cdb151d25108b5;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/functions.h b/src/src/functions.h index bcf04c2d2..060278959 100644 --- a/src/src/functions.h +++ b/src/src/functions.h @@ -737,6 +737,7 @@ return ss; } +# ifndef COMPILE_UTILITY /************************************************* * Copy and save string in longterm store * *************************************************/ @@ -760,6 +761,7 @@ memcpy(ss, s, len); store_pool = old_pool; return ss; } +# endif