diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2007-05-19 06:37:32 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2007-05-19 06:37:32 +0000 |
| commit | f1d9718c0360ab047da7c5b72e0bb5ea44210d84 (patch) | |
| tree | 1e164e70f4208c242a5e5579e089dc25fd4f66f6 | |
| parent | 68e56eb18ebc9772627b279849093535ee1111e1 (diff) | |
Notes
| -rw-r--r-- | contrib/gcc/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/version.c b/contrib/gcc/version.c index 0da50b1c7b9f..2f7906ee94ff 100644 --- a/contrib/gcc/version.c +++ b/contrib/gcc/version.c @@ -9,7 +9,7 @@ in parentheses. You may also wish to include a number indicating the revision of your modified compiler. */ -#define VERSUFFIX " [FreeBSD]" +#define VERSUFFIX "[FreeBSD]" /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |
