/[gcl]/gcl/o/unixtime.c
ViewVC logotype

Diff of /gcl/o/unixtime.c

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

revision 1.8 by mjthomas, Thu Sep 19 23:19:31 2002 UTC revision 1.9 by mjthomas, Fri Sep 20 00:16:34 2002 UTC
# Line 131  Lget_internal_run_time(void) Line 131  Lget_internal_run_time(void)
131  {  {
132    
133  #ifdef USE_INTERNAL_REAL_TIME_FOR_RUNTIME  #ifdef USE_INTERNAL_REAL_TIME_FOR_RUNTIME
134          vs_push(make_fixnum(fLget_internal_real_time()));          vs_push(fLget_internal_real_time());
135          return;          return;
136  #else  #else
137          struct tms buf;          struct tms buf;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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