K 10 svn:author V 3 phk K 8 svn:date V 27 2004-02-12T22:42:11.000000Z K 7 svn:log V 356 Remove the absolute count g_access_abs() function since experience has shown that it is not useful. Rename the relative count g_access_rel() function to g_access(), only the name has changed. Change all g_access_rel() calls in our CVS tree to call g_access() instead. Add an #ifndef BURN_BRIDGES #define of g_access_rel() for source code compatibility. END