]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-common.c
(declare_hidden_char_array): New function to factor out duplicate code in declare_fun...
authorRichard Stallman <rms@gnu.org>
Sun, 15 Aug 1993 09:30:20 +0000 (09:30 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 15 Aug 1993 09:30:20 +0000 (09:30 +0000)
commit4724b3dea0b8f73223bf5bf45b0ff019c70fccd8
tree040674da827827c22eb4f8f80be94e7d461bf148
parent0bc9c2526844e064f4f032d0de56164a7c44581f
(declare_hidden_char_array): New function to factor out duplicate code in declare_function_name.

(declare_hidden_char_array): New function to
factor out duplicate code in declare_function_name.
Don't set DECL_EXTERNAL (which is illegal without TREE_PUBLIC)
to prevent output; instead, set TREE_ASM_WRITTEN.

(declare_function_name): Use declare_hidden_char_array.

From-SVN: r5161
gcc/c-common.c