/[gcl]/gcl/lsp/gprof.hc
ViewVC logotype

Diff of /gcl/lsp/gprof.hc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by camm, Fri Aug 22 15:29:19 2003 UTC revision 1.3 by camm, Thu Sep 4 03:09:39 2003 UTC
# Line 1  Line 1 
1    #include <bfd.h>
2    #include <bfdlink.h>
3  #define CF_FLAG (1 << 31)  #define CF_FLAG (1 << 31)
4    
5  static  static
# Line 6  mymonitor(low,high,x) Line 8  mymonitor(low,high,x)
8       int low,high;       int low,high;
9       object x;       object x;
10  { if (0 == x) {monitor(0); return 0;}  { if (0 == x) {monitor(0); return 0;}
11    if (type_of(x)!=t_string) FEerror("expected string", 0);    if (type_of(x)!=t_string) FEerror("expected string",0);
12    monitor(low,high,x->ust.ust_self,x->ust.ust_dim,1000);    monitor(low,high,x->ust.ust_self,x->ust.ust_dim,1000);
13  }  }
14  */  */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26