# HG changeset patch # User Dave Love # Date 976132607 0 # Node ID 1139c325f6259a96e17fb816bf072d8eb28229f9 # Parent 7ab80112df3708977d0196932ea3eda48d4ecefc Change some #if foo to #ifdef foo. Fix copyright years. diff -r 7ab80112df37 -r 1139c325f625 src/strftime.c --- a/src/strftime.c Wed Dec 06 19:54:37 2000 +0000 +++ b/src/strftime.c Wed Dec 06 19:56:47 2000 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc. This file is part of the GNU Emacs. The GNU C Library is free software; you can redistribute it and/or @@ -77,14 +77,13 @@ static const mbstate_t mbstate_zero; #endif -#if HAVE_LIMITS_H +#ifdef HAVE_LIMITS_H # include #endif -#if STDC_HEADERS +#ifdef STDC_HEADERS # include # include -# include #else # ifndef HAVE_MEMCPY # define memcpy(d, s, n) bcopy ((s), (d), (n))