coroutines: Wrap co_await in a target expr where needed [PR95050]
[gcc.git] / libgfortran / intrinsics / exit.c
index 69df7d92a66ed51867f9f9b7a9bdbdd0840dd2f9..af837849a20334bddce6ac652c0273f6ef955725 100644 (file)
@@ -1,5 +1,5 @@
 /* Implementation of the EXIT intrinsic.
-   Copyright (C) 2004-2016 Free Software Foundation, Inc.
+   Copyright (C) 2004-2020 Free Software Foundation, Inc.
    Contributed by Steven G. Kargl <kargls@comcast.net>.
 
 This file is part of the GNU Fortran runtime library (libgfortran).
@@ -25,7 +25,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 
 
 #include "libgfortran.h"
-#include <stdlib.h>
 
 
 /* SUBROUTINE EXIT(STATUS)