summaryrefslogtreecommitdiff
path: root/time64.h
diff options
context:
space:
mode:
authorRobin Barker <Robin.Barker@npl.co.uk>2009-01-16 16:15:47 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-01-18 09:55:09 +0100
commita8cb02613db44c6c8a53ff84a0d959222f9c694f (patch)
tree92e3f4dc04435de59c3b878a7abf47463a7e6b34 /time64.h
parentb1b1ee3cbfeeb4d81bc0f3c8c5873da55e7d8469 (diff)
downloadperl-a8cb02613db44c6c8a53ff84a0d959222f9c694f.tar.gz
consting goodness for time64
Diffstat (limited to 'time64.h')
-rw-r--r--time64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/time64.h b/time64.h
index e8c649b866..7545e08cf5 100644
--- a/time64.h
+++ b/time64.h
@@ -28,7 +28,7 @@ struct TM64 {
#endif
#ifdef HAS_TM_TM_ZONE
- char *tm_zone;
+ const char *tm_zone;
#endif
};