Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
ec04a5a3
Commit
ec04a5a3
authored
33 years ago
by
Dennis Glatting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified to handle new initialization scheme.
fixed code structure. From-SVN: r155
parent
e6ee5154
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
gcc/objc/hash.c
+8
-3
No files found.
gcc/objc/hash.c
View file @
ec04a5a3
...
...
@@ -16,10 +16,13 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
$Header: /usr/user/dennis_glatting/ObjC/c-runtime/lib/RCS/hash.c,v 0.
9 1991/12/03 02:01:23
dennisg Exp dennisg $
$Header: /usr/user/dennis_glatting/ObjC/c-runtime/lib/RCS/hash.c,v 0.
10 1991/12/10 12:05:28
dennisg Exp dennisg $
$Author: dennisg $
$Date: 1991/12/
03 02:01:23
$
$Date: 1991/12/
10 12:05:28
$
$Log: hash.c,v $
* Revision 0.10 1991/12/10 12:05:28 dennisg
* Cleaned up file format for a distribution.
*
* Revision 0.9 1991/12/03 02:01:23 dennisg
* fixed assert macro.
* added memory allocation adjustment macro for hash size allocation.
...
...
@@ -67,8 +70,10 @@
#include <ObjC-private.h>
#include <assert.h>
#include <libc.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
/* These two macros determine
when a hash table is full and
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment