diff options
author | Richard Stallman <rms@gnu.org> | 1993-05-20 03:13:00 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-05-20 03:13:00 +0000 |
commit | b0bdbfb34ff782f95e8a8fc002254d491ab08680 (patch) | |
tree | 3a1a3590d6ba48e0b8dbb5241fd1bf0b27b50e05 | |
parent | 4f52d29057c20bfa8619fcbb9c169b6c3634fb7e (diff) | |
download | gcc-b0bdbfb34ff782f95e8a8fc002254d491ab08680.zip gcc-b0bdbfb34ff782f95e8a8fc002254d491ab08680.tar.gz gcc-b0bdbfb34ff782f95e8a8fc002254d491ab08680.tar.bz2 |
*** empty log message ***
From-SVN: r4511
-rw-r--r-- | gcc/objc/objc-act.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 04bb394..fbec4d3 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -1,5 +1,5 @@ /* Implement classes and message passing for Objective C. - Copyright (C) 1992 Free Software Foundation, Inc. + Copyright (C) 1992, 1993 Free Software Foundation, Inc. Author: Steve Naroff. This file is part of GNU CC. |