diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-01-14 13:57:58 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-14 13:57:58 -0700 |
commit | c85f7c16ad9bed5d4732a4624c049da5a5f33085 (patch) | |
tree | 028c0425d9847ebff16ca9566dcf696998e902b9 /gcc/cccp.c | |
parent | 60db002df5f6244493a8f2d52277994bdd071938 (diff) | |
download | gcc-c85f7c16ad9bed5d4732a4624c049da5a5f33085.zip gcc-c85f7c16ad9bed5d4732a4624c049da5a5f33085.tar.gz gcc-c85f7c16ad9bed5d4732a4624c049da5a5f33085.tar.bz2 |
Bring in final gcc-2.8.0 changes.
From-SVN: r17355
Diffstat (limited to 'gcc/cccp.c')
-rw-r--r-- | gcc/cccp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1241,7 +1241,7 @@ main (argc, argv) rlim.rlim_cur = rlim.rlim_max; setrlimit (RLIMIT_STACK, &rlim); } -#endif /* RLIMIT_STACK defined */ +#endif #ifdef SIGPIPE signal (SIGPIPE, pipe_closed); |