coroutines: Wrap co_await in a target expr where needed [PR95050]
[gcc.git] / libgfortran / intrinsics / exit.c
index 7787581d021ec0848024090cddb2c90d6934d8e7..af837849a20334bddce6ac652c0273f6ef955725 100644 (file)
@@ -1,8 +1,8 @@
 /* Implementation of the EXIT intrinsic.
-   Copyright (C) 2004, 2007, 2009 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 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
@@ -26,9 +26,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 
 #include "libgfortran.h"
 
-#ifdef HAVE_STDLIB_H
-#include <stdlib.h>
-#endif
 
 /* SUBROUTINE EXIT(STATUS)
    INTEGER, INTENT(IN), OPTIONAL :: STATUS  */