function.h (struct function): Add new element LANGUAGE.
authorBernd Schmidt <crux@pool.informatik.rwth-aachen.de>
Sat, 4 Sep 1999 02:16:58 +0000 (02:16 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 4 Sep 1999 02:16:58 +0000 (02:16 +0000)
commit8c5666b4c171c4f9989f1974272c1e393423d2f6
tree783bd7815837b76ff7e04a13fc3b23ec80d17008
parent0c174a684cad337fd76cbb177b852983d247a5bd
function.h (struct function): Add new element LANGUAGE.

  * function.h (struct function): Add new element LANGUAGE.
  (save_lang_status): Declare new variable.
(restore_lang_status): Likewise.
* function.c (save_lang_status): Define.
(restore_lang_status): Likewise.
(push_function_context_to): Call language-specific save function.
(pop_function_context_from): Call language-specific restore function.

From-SVN: r29095
gcc/ChangeLog
gcc/function.c
gcc/function.h