K 10 svn:author V 6 marcel K 8 svn:date V 27 2012-12-01T17:50:39.277609Z K 7 svn:log V 226 In globextend(), take advantage of the fact that realloc(NULL, size) is equivalent to malloc(size). This eliminates the conditional expression used for calling either realloc() or malloc() when realloc() will do all the time. END