/[bison]/bison/lib/timevar.c
ViewVC logotype

Diff of /bison/lib/timevar.c

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

revision 1.4 by eggert, Sun Oct 20 05:34:55 2002 UTC revision 1.5 by eggert, Wed Dec 11 05:27:29 2002 UTC
# Line 36  Software Foundation, 59 Temple Place - S Line 36  Software Foundation, 59 Temple Place - S
36  # if HAVE_SYS_TIME_H  # if HAVE_SYS_TIME_H
37  #  include <sys/time.h>  #  include <sys/time.h>
38  # endif  # endif
39  int time_report = 0;  int timevar_report = 0;
40    
41  #endif  #endif
42    
# Line 134  static float clocks_to_msec; Line 134  static float clocks_to_msec;
134  /* See timevar.h for an explanation of timing variables.  */  /* See timevar.h for an explanation of timing variables.  */
135    
136  /* This macro evaluates to nonzero if timing variables are enabled.  */  /* This macro evaluates to nonzero if timing variables are enabled.  */
137  #define TIMEVAR_ENABLE (time_report)  #define TIMEVAR_ENABLE (timevar_report)
138    
139  /* A timing variable.  */  /* A timing variable.  */
140    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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