comparison lisp/emacs-lisp/profile.el @ 4567:a92eb4fb44b3

Comment fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 11 Aug 1993 20:37:21 +0000
parents fb0ed5a1d0f3
children a539cda9df58
comparison
equal deleted inserted replaced
4566:14d8646c61c4 4567:a92eb4fb44b3
84 ;#include <sys/time.h> 84 ;#include <sys/time.h>
85 ;#include <stdio.h> 85 ;#include <stdio.h>
86 ;static struct timeval TV1,TV2; 86 ;static struct timeval TV1,TV2;
87 ;static struct timezone *tzp = (struct timezone *) NULL; /* no need timezone */ 87 ;static struct timezone *tzp = (struct timezone *) NULL; /* no need timezone */
88 ;static int watch_not_started = 1 ; /* flag */ 88 ;static int watch_not_started = 1 ; /* flag */
89 ;static char time_string[30] 89 ;static char time_string[30];
90 ; 90 ;
91 ;int reset_watch() /* this call resets the stopwatch to zero */ 91 ;int reset_watch() /* this call resets the stopwatch to zero */
92 ;{ 92 ;{
93 ; gettimeofday(&TV1, tzp) ; 93 ; gettimeofday(&TV1, tzp) ;
94 ; watch_not_started = 0; 94 ; watch_not_started = 0;