K 10 svn:author V 6 jasone K 8 svn:date V 27 2000-09-08T21:48:06.000000Z K 7 svn:log V 296 Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cpp macros that expand to pass filename and line number information. This is necessary since we're using inline functions instead of macros now. Add const to the filename pointers passed througout the mtx and witness code. END