diff options
author | K. Richard Pixley <rich@cygnus> | 1992-01-28 20:38:08 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-01-28 20:38:08 +0000 |
commit | 584a0f78d9758e9cd9481ea9ca82307e06c89d9b (patch) | |
tree | 055081a9e9d434e150a7721e068c68da41a9139e /gas/strstr.c | |
parent | 3bdb6bf8c47fb74c1b483bde63313fdadb998bd7 (diff) | |
download | gdb-584a0f78d9758e9cd9481ea9ca82307e06c89d9b.zip gdb-584a0f78d9758e9cd9481ea9ca82307e06c89d9b.tar.gz gdb-584a0f78d9758e9cd9481ea9ca82307e06c89d9b.tar.bz2 |
rcsid's removed
Diffstat (limited to 'gas/strstr.c')
-rw-r--r-- | gas/strstr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/strstr.c b/gas/strstr.c index 69e94e5..1415c22 100644 --- a/gas/strstr.c +++ b/gas/strstr.c @@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* static const char rcsid[] = "$Id$"; */ - /* If your compiler is really ansi, then you don't need this. */ #ifndef __STDC__ |