From: Jeff Law Date: Tue, 5 Mar 1996 16:30:04 +0000 (-0700) Subject: Fix typo in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c5b059c2d82ad7637d0bbd5fb43dc499117f2fa;p=gcc.git Fix typo in last change. From-SVN: r11457 --- diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 606493a4bcc..df1fedd3f1d 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)