This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
prolog vs prologue
- From: Ben Elliston <bje at wasabisystems dot com>
- To: gcc at gcc dot gnu dot org
- Date: 15 Jul 2003 14:11:56 +1000
- Subject: prolog vs prologue
I've noticed that there is an inconsistency between the spelling of
"prolog"/"epilog" and "prologue"/"epilogue" throughout GCC. Some
documentation and options use one spelling and other parts of the
documentation and other options use another. The documentation is one
matter, the inconsistency in command line options is worse.
Which should it be, so that I can submit a patch to correct this? Or
is it too late to fix, given that it will break existing command
lines?
Ben