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/hex-value.c | |
parent | 3bdb6bf8c47fb74c1b483bde63313fdadb998bd7 (diff) | |
download | gdb-584a0f78d9758e9cd9481ea9ca82307e06c89d9b.zip gdb-584a0f78d9758e9cd9481ea9ca82307e06c89d9b.tar.gz gdb-584a0f78d9758e9cd9481ea9ca82307e06c89d9b.tar.bz2 |
rcsid's removed
Diffstat (limited to 'gas/hex-value.c')
-rw-r--r-- | gas/hex-value.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/hex-value.c b/gas/hex-value.c index 36021a0..e16d3c3 100644 --- a/gas/hex-value.c +++ b/gas/hex-value.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$"; */ - /* * Export: Hex_value[]. Converts digits to their radix-values. * As distributed assumes 8 bits per char (256 entries) and ASCII. |