Branch: Tag:

2017-11-07

2017-11-07 12:34:40 by Martin Nilsson <nilsson@fastmail.com>

Retire stuff.c/h

26:   #include "operators.h"   #include "builtin_functions.h"   #include "fsort.h" - #include "stuff.h" +    #include "pike_cpulib.h"   #include "gc.h"   #include "block_allocator.h"
964:    RETURN end_shared_string(hex);   }    + extern const unsigned char hexdecode[256]; +    /*! @decl string(8bit) hex2string(string(8bit) hex)    *! @appears String.hex2string    *!