~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to replace.c

  • Committer: Arnold D. Robbins
  • Date: 2016-10-23 09:12:50 UTC
  • mto: (408.31.25)
  • mto: This revision was merged to the branch mainline in revision 714.
  • Revision ID: git-v1:3055361c2a022c9ac9ae42ac88c00e3055498a0d
Remove trailing whitespace everywhere. Fix Unicode into ASCII.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * replace.c -- Get replacement versions of functions.
3
3
 */
4
4
 
5
 
/* 
 
5
/*
6
6
 * Copyright (C) 1989, 1991-2013 the Free Software Foundation, Inc.
7
 
 * 
 
7
 *
8
8
 * This file is part of GAWK, the GNU implementation of the
9
9
 * AWK Programming Language.
10
 
 * 
 
10
 *
11
11
 * GAWK is free software; you can redistribute it and/or modify
12
12
 * it under the terms of the GNU General Public License as published by
13
13
 * the Free Software Foundation; either version 3 of the License, or
14
14
 * (at your option) any later version.
15
 
 * 
 
15
 *
16
16
 * GAWK is distributed in the hope that it will be useful,
17
17
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
18
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
19
 * GNU General Public License for more details.
20
 
 * 
 
20
 *
21
21
 * You should have received a copy of the GNU General Public License
22
22
 * along with this program; if not, write to the Free Software
23
23
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
84
84
#ifndef HAVE_TZSET
85
85
#include "missing_d/tzset.c"
86
86
#endif /* HAVE_TZSET */
87
 
 
 
87
 
88
88
#ifndef HAVE_MKTIME
89
89
/* mktime.c defines main() if DEBUG is set */
90
90
#undef DEBUG