update from FSF .../copies
authorJim Meyering <jim@meyering.net>
Wed, 17 Sep 1997 12:46:45 +0000 (12:46 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 17 Sep 1997 12:46:45 +0000 (12:46 +0000)
lib/mktime.c

index 34112a9..a96ff89 100644 (file)
@@ -226,10 +226,10 @@ __mktime_internal (tp, convert, offset)
               [mon_remainder + 12 * negative_mon_remainder])
              + mday - 1);
 
+  int sec_requested = sec;
 #if LEAP_SECONDS_POSSIBLE
   /* Handle out-of-range seconds specially,
      since ydhms_tm_diff assumes every minute has 60 seconds.  */
-  int sec_requested = sec;
   if (sec < 0)
     sec = 0;
   if (59 < sec)