*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@454 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
144f9ee2e0
commit
f5a217d613
2 changed files with 2 additions and 3 deletions
|
|
@ -515,7 +515,6 @@ NewHash() {
|
|||
int i;
|
||||
h = (Hash *) DohObjMalloc(sizeof(Hash));
|
||||
h->objinfo = &HashType;
|
||||
DohXInit(h);
|
||||
h->hashsize = HASH_INIT_SIZE;
|
||||
h->hashtable = (HashNode **) DohMalloc(h->hashsize*sizeof(HashNode *));
|
||||
for (i = 0; i < h->hashsize; i++) {
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
SRCS = tree.c stype.c scanner.c include.c getopt.c misc.c super.c
|
||||
OBJS = tree.o stype.o scanner.o include.o getopt.o misc.o super.o
|
||||
SRCS = tree.c stype.c scanner.c include.c getopt.c misc.c
|
||||
OBJS = tree.o stype.o scanner.o include.o getopt.o misc.o
|
||||
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue