Commit 6eedbf0d by Francois-Xavier Coudert Committed by François-Xavier Coudert

* runtime/memory.c (deallocate): Correct comment.

From-SVN: r122038
parent 73865312
2007-02-16 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* runtime/memory.c (deallocate): Correct comment.
2007-02-10 Thomas Koenig <Thomas.Koenig@online.de> 2007-02-10 Thomas Koenig <Thomas.Koenig@online.de>
* Makefile.am: Use $(M4) instead of m4. * Makefile.am: Use $(M4) instead of m4.
......
...@@ -269,7 +269,7 @@ allocate64_array (void *mem, GFC_INTEGER_8 size, GFC_INTEGER_4 * stat) ...@@ -269,7 +269,7 @@ allocate64_array (void *mem, GFC_INTEGER_8 size, GFC_INTEGER_4 * stat)
runtime_error ("Attempting to allocate already allocated array."); runtime_error ("Attempting to allocate already allocated array.");
} }
/* User-deallocate; pointer is NULLified. */ /* User-deallocate; pointer is then NULLified by the front-end. */
extern void deallocate (void *, GFC_INTEGER_4 *); extern void deallocate (void *, GFC_INTEGER_4 *);
export_proto(deallocate); export_proto(deallocate);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment