aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2010-05-07 18:55:59 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2010-05-07 18:55:59 +0300
commitbb408e876c536829cc57439df8e4a28c43e68456 (patch)
treebbdaaba9870daa7c26073e634bce50437a73cd07 /libgfortran/intrinsics
parent5cd0e96b0e8248436fa6f743feb057114abd2f62 (diff)
downloadgcc-bb408e876c536829cc57439df8e4a28c43e68456.zip
gcc-bb408e876c536829cc57439df8e4a28c43e68456.tar.gz
gcc-bb408e876c536829cc57439df8e4a28c43e68456.tar.bz2
Remove free_mem
From-SVN: r159160
Diffstat (limited to 'libgfortran/intrinsics')
-rw-r--r--libgfortran/intrinsics/date_and_time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/intrinsics/date_and_time.c b/libgfortran/intrinsics/date_and_time.c
index d2ed373..647dd9a 100644
--- a/libgfortran/intrinsics/date_and_time.c
+++ b/libgfortran/intrinsics/date_and_time.c
@@ -3,7 +3,7 @@
Free Software Foundation, Inc.
Contributed by Steven Bosscher.
-This file is part of the GNU Fortran 95 runtime library (libgfortran).
+This file is part of the GNU Fortran runtime library (libgfortran).
Libgfortran is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
@@ -366,7 +366,7 @@ secnds (GFC_REAL_4 *x)
date_and_time (NULL, NULL, NULL, avalues, 0, 0, 0);
- free_mem (avalues);
+ free (avalues);
temp1 = 3600.0 * (GFC_REAL_4)values[4] +
60.0 * (GFC_REAL_4)values[5] +