X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fmktime.c;h=580bc8ed0043ddec65f84e6ec7171a0b508e343f;hb=d30babc23b4f25be970ada2e63a50220a3672281;hp=470ebaa4ae65061d668b863822b9e312a11b565d;hpb=4aa85f09e755fc827cd5ab6225f20c83cd42245d;p=debian%2Ftar diff --git a/gnu/mktime.c b/gnu/mktime.c index 470ebaa4..580bc8ed 100644 --- a/gnu/mktime.c +++ b/gnu/mktime.c @@ -1,7 +1,5 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Convert a 'struct tm' to a time_t value. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Paul Eggert . @@ -40,7 +38,7 @@ #include /* For the real memcpy prototype. */ -#if DEBUG +#if defined DEBUG && DEBUG # include # include /* Make it work even if the system's libc has its own mktime routine. */ @@ -602,7 +600,7 @@ libc_hidden_def (mktime) libc_hidden_weak (timelocal) #endif -#if DEBUG +#if defined DEBUG && DEBUG static int not_equal_tm (const struct tm *a, const struct tm *b)