diff options
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r-- | gcc/protoize.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index a85b21b3a8a..48908e520c3 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -1917,7 +1917,7 @@ save_def_or_dec (l, is_syscalls) } /* Handle a special case. If we have a function definition marked as - being in "old" style, and if it's formal names list is empty, then + being in "old" style, and if its formal names list is empty, then it may actually have the string "void" in its real formals list in the original source code. Just to make sure, we will get setup to convert such things anyway. @@ -2767,7 +2767,7 @@ connect_defs_and_decs (hp) Also, for each item which is only a function declaration, but which nonetheless has its own prototype already (obviously supplied by the user) - declare the item as it's own definition. + declare the item as its own definition. Note that when/if there are multiple user-supplied prototypes already present for multiple declarations of any given function, these multiple |