diff options
author | Jeff Law <law@gcc.gnu.org> | 1996-03-05 09:30:04 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1996-03-05 09:30:04 -0700 |
commit | 8c5b059c2d82ad7637d0bbd5fb43dc499117f2fa (patch) | |
tree | 420f7bb896dc2c745e8c18295ecfb55f49a4f484 /gcc | |
parent | e4afa8c855471eb83124cf39d146d140f0940659 (diff) | |
download | gcc-8c5b059c2d82ad7637d0bbd5fb43dc499117f2fa.zip gcc-8c5b059c2d82ad7637d0bbd5fb43dc499117f2fa.tar.gz gcc-8c5b059c2d82ad7637d0bbd5fb43dc499117f2fa.tar.bz2 |
Fix typo in last change.
From-SVN: r11457
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 606493a..df1fedd 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -562,7 +562,7 @@ do { \ /* Value should be nonzero if functions must have frame pointers. All functions have frame pointers when optimizing for space - (for now). + (for now). */ #define FRAME_POINTER_REQUIRED \ (current_function_calls_alloca || TARGET_SPACE) |