OSDN Git Service

Fix typo in last change.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Mar 1996 16:30:04 +0000 (16:30 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Mar 1996 16:30:04 +0000 (16:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11457 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/pa/pa.h

index 606493a..df1fedd 100644 (file)
@@ -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)