[svn:parrot] r48686 - in trunk: config/gen/makefiles src

cotto at svn.parrot.org cotto at svn.parrot.org
Fri Aug 27 06:35:53 UTC 2010


Author: cotto
Date: Fri Aug 27 06:35:53 2010
New Revision: 48686
URL: https://trac.parrot.org/parrot/changeset/48686

Log:
remove key_pmc from hash.c's includes and makefile dependencies
patch courtesy of luben++

Modified:
   trunk/config/gen/makefiles/root.in
   trunk/src/hash.c

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Fri Aug 27 06:27:11 2010	(r48685)
+++ trunk/config/gen/makefiles/root.in	Fri Aug 27 06:35:53 2010	(r48686)
@@ -1251,7 +1251,7 @@
 
 src/pmc_freeze$(O) : $(PARROT_H_HEADERS) src/pmc_freeze.str src/pmc_freeze.c
 
-src/hash$(O) : $(PARROT_H_HEADERS) include/pmc/pmc_key.h src/hash.c
+src/hash$(O) : $(PARROT_H_HEADERS) src/hash.c
 
 src/library$(O) : $(PARROT_H_HEADERS) src/library.str src/library.c\
 	$(INC_DIR)/dynext.h

Modified: trunk/src/hash.c
==============================================================================
--- trunk/src/hash.c	Fri Aug 27 06:27:11 2010	(r48685)
+++ trunk/src/hash.c	Fri Aug 27 06:35:53 2010	(r48686)
@@ -25,7 +25,6 @@
 */
 
 #include "parrot/parrot.h"
-#include "pmc/pmc_key.h"
 
 /* the number of entries above which it's faster to hash the hashval instead of
  * looping over the used HashBuckets directly */


More information about the parrot-commits mailing list