method.c (build_template_parm_names, [...]): Add static to definitions.
authorBrendan Kehoe <brendan@cygnus.com>
Thu, 23 Oct 1997 00:00:20 +0000 (00:00 +0000)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Thu, 23 Oct 1997 00:00:20 +0000 (20:00 -0400)
commit4966381af5a597dd1cf0f4f73b70d12f5d17be13
tree8abffc7e1ba3683a36edc89cfa35c91a46421068
parenta04232e5ffc460e6afc45299c98a1d8cb9273504
method.c (build_template_parm_names, [...]): Add static to definitions.

        * method.c (build_template_parm_names, build_decl_overload_real):
        Add static to definitions.
        * pt.c (add_to_template_args, note_template_header,
        processing_explicit_specialization, type_unification_real): Likewise.
        ({determine,check}_explicit_specialization): Use a single string for
        error messages.

fixes problems building with sunos4 system cc

From-SVN: r16150
gcc/cp/ChangeLog
gcc/cp/method.c
gcc/cp/pt.c