diff options
author | austern <austern@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-24 20:09:16 +0000 |
---|---|---|
committer | austern <austern@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-24 20:09:16 +0000 |
commit | eef89c1cb4bcabcc69b56f9d538a3e73483a73d1 (patch) | |
tree | 37c7e31930df61f2783a313bd55ffc1ba9dd3281 /gcc/config/darwin-protos.h | |
parent | 75fcbbcfb8d2c15f026b03adf2f15a48dc4c91f7 (diff) | |
download | gcc-eef89c1cb4bcabcc69b56f9d538a3e73483a73d1.tar.gz |
Reverted patch to add the -mmacosx= feature. (Darwin only)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78383 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin-protos.h')
-rw-r--r-- | gcc/config/darwin-protos.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/darwin-protos.h b/gcc/config/darwin-protos.h index 1c432bf15a0..41bad646ce1 100644 --- a/gcc/config/darwin-protos.h +++ b/gcc/config/darwin-protos.h @@ -18,8 +18,6 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -extern void darwin_parse_macosx_version_name (void); - extern int name_needs_quotes (const char *); extern void machopic_validate_stub_or_non_lazy_ptr (const char *, int); |