Renamed hashstr to hashfunc and added an integer hash function.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5155 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-08-12 15:32:08 +00:00
parent 434c818d20
commit b8e68bed95
5 changed files with 36 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ OBJS = abend.o \
filetype.o \
fname.o \
fp.o \
hashstr.o \
hashfunc.o \
hashtab.o \
intstack.o \
matchpat.o \

View File

@@ -70,7 +70,7 @@ OBJS = abend.obj \
filetype.obj \
fname.obj \
fp.obj \
hashstr.obj \
hashfunc.obj \
hashtab.obj \
intstack.obj \
matchpat.obj \