diff PR.h @ 273:40e7625e57bd

Compiles and runs, up to end of process, working on end process and shutdown
author Sean Halle <seanhalle@yahoo.com>
date Sat, 02 Mar 2013 09:43:45 -0800
parents bc5030385120
children
line diff
     1.1 --- a/PR.h	Tue Feb 05 20:23:27 2013 -0800
     1.2 +++ b/PR.h	Sat Mar 02 09:43:45 2013 -0800
     1.3 @@ -86,7 +86,7 @@
     1.4  #include "PR__WL.h"
     1.5  
     1.6  //=================================
     1.7 -#define implement_me printf("Unimpl Fn: \n%s \n%s : %s\n", __FILE__, __FUNCTION__, __LINE__)
     1.8 +#define implement_me() printf("Unimpl Fn: \n%s \n%s : %d\n", __FILE__, __FUNCTION__, __LINE__)
     1.9  //#define fix_me printf("Fix me at: \n%s \n%s : %s\n", __FILE__, __FUNCTION__, __LINE__)
    1.10  
    1.11