* mac-as.r: Fix copyright and version strings.
(cfrg): Use PROG_NAME instead of literal name.
This commit is contained in:
parent
a51794f15a
commit
7e5e83cfb4
@ -1,3 +1,8 @@
|
||||
Mon Dec 11 16:23:51 1995 Stan Shebs <shebs@andros.cygnus.com>
|
||||
|
||||
* mac-as.r: Fix copyright and version strings.
|
||||
(cfrg): Use PROG_NAME instead of literal name.
|
||||
|
||||
Mon Dec 11 14:14:08 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* read.c (read_a_source_file): If tc_unrecognized_line is defined,
|
||||
|
@ -11,7 +11,7 @@ resource 'vers' (1) {
|
||||
0,
|
||||
verUs,
|
||||
VERSION_STRING,
|
||||
VERSION_STRING " (c) 1986-95 FSF, Inc. "
|
||||
VERSION_STRING " (C) 1986-95 FSF, Inc."
|
||||
};
|
||||
|
||||
resource 'vers' (2, purgeable) {
|
||||
@ -21,7 +21,7 @@ resource 'vers' (2, purgeable) {
|
||||
0,
|
||||
verUs,
|
||||
VERSION_STRING,
|
||||
"GAS " /* fill in major/minor versions */ "for MPW"
|
||||
"GAS " VERSION_STRING " for MPW"
|
||||
};
|
||||
|
||||
#ifdef WANT_CFRG
|
||||
@ -35,7 +35,7 @@ resource 'cfrg' (0) {
|
||||
kNoVersionNum, kNoVersionNum,
|
||||
0,0,
|
||||
kIsApp, kOnDiskFlat, kZeroOffset, kWholeFork,
|
||||
"as"
|
||||
PROG_NAME
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user