aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1-5666.3/gcc/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.2.1-5666.3/gcc/version.c')
-rw-r--r--gcc-4.2.1-5666.3/gcc/version.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/gcc-4.2.1-5666.3/gcc/version.c b/gcc-4.2.1-5666.3/gcc/version.c
deleted file mode 100644
index 219930707..000000000
--- a/gcc-4.2.1-5666.3/gcc/version.c
+++ /dev/null
@@ -1,28 +0,0 @@
-#include "version.h"
-
-/* This is the trailing component of the string reported as the
- version number by all components of the compiler. For an official
- FSF release, it is empty. If you distribute a modified version of
- GCC, please change this string to indicate that. The suggested
- format is a leading space, followed by your organization's name
- in parentheses. You may also wish to include a number indicating
- the revision of your modified compiler. */
-
-/* APPLE LOCAL begin Apple version */
-#define VERSUFFIX " (Apple Inc. build 5666) (dot 3)"
-/* APPLE LOCAL end Apple version */
-
-/* This is the location of the online document giving instructions for
- reporting bugs. If you distribute a modified version of GCC,
- please change this to refer to a document giving instructions for
- reporting bugs to you, not us. (You are of course welcome to
- forward us bugs reported to you, if you determine that they are
- not bugs in your modifications.) */
-
-/* APPLE LOCAL Apple bug-report */
-const char bug_report_url[] = "<URL:http://developer.apple.com/bugreporter>";
-
-/* The complete version string, assembled from several pieces.
- BASEVER, DATESTAMP, and DEVPHASE are defined by the Makefile. */
-
-const char version_string[] = BASEVER DATESTAMP DEVPHASE VERSUFFIX;