projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a53db2
)
Implement primitives to get the timezone and daylight-savings
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 23 Apr 1995 02:44:25 +0000
(
02:44
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 23 Apr 1995 02:44:25 +0000
(
02:44
+0000)
information from the C library.
v7/src/microcode/pros2fs.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/pros2fs.c
b/v7/src/microcode/pros2fs.c
index 82e4fa83613421e8f2df153e38ea4e14e6b5de93..ecea32c39403a94d3df1eb4175aff152853a55e1 100644
(file)
--- a/
v7/src/microcode/pros2fs.c
+++ b/
v7/src/microcode/pros2fs.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: pros2fs.c,v 1.
5 1995/04/23 02:42:47
cph Exp $
+$Id: pros2fs.c,v 1.
6 1995/04/23 02:44:25
cph Exp $
Copyright (c) 1994-95 Massachusetts Institute of Technology
@@
-409,7
+409,7
@@
DEFINE_PRIMITIVE ("DOS-QUERY-MEMORY", Prim_dos_query_memory, 2, 2, 0)
}
}
-DEFINE_PRIMITIVE ("OS2-TIMEZONE", Prim_OS2_timezone, 0, 0, 0)
+DEFINE_PRIMITIVE ("OS2-TIME
-
ZONE", Prim_OS2_timezone, 0, 0, 0)
{
PRIMITIVE_HEADER (0);
PRIMITIVE_RETURN (long_to_integer (OS2_timezone ()));