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/xmalloc.c | |
parent | 3bdb6bf8c47fb74c1b483bde63313fdadb998bd7 (diff) | |
download | gdb-584a0f78d9758e9cd9481ea9ca82307e06c89d9b.zip gdb-584a0f78d9758e9cd9481ea9ca82307e06c89d9b.tar.gz gdb-584a0f78d9758e9cd9481ea9ca82307e06c89d9b.tar.bz2 |
rcsid's removed
Diffstat (limited to 'gas/xmalloc.c')
-rw-r--r-- | gas/xmalloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/xmalloc.c b/gas/xmalloc.c index 08d30ee..426b171 100644 --- a/gas/xmalloc.c +++ b/gas/xmalloc.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$"; */ - /* NAME xmalloc() - get memory or bust |