summaryrefslogtreecommitdiffstats
path: root/libgfortran/intrinsics/date_and_time.c
diff options
context:
space:
mode:
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-07 15:55:59 +0000
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-07 15:55:59 +0000
commit5e62a3ccccbc506f5bb931cd1c523b3f3f8e52c7 (patch)
treebbdaaba9870daa7c26073e634bce50437a73cd07 /libgfortran/intrinsics/date_and_time.c
parenteb4ef3d174e02aef6597790662ecfceed210cbb1 (diff)
downloadppe42-gcc-5e62a3ccccbc506f5bb931cd1c523b3f3f8e52c7.tar.gz
ppe42-gcc-5e62a3ccccbc506f5bb931cd1c523b3f3f8e52c7.zip
Remove free_mem
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159160 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/intrinsics/date_and_time.c')
-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 d2ed3737ba1..647dd9ad7a3 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] +
OpenPOWER on IntegriCloud