diff dmd/arrayop.c @ 1630:44b145be2ef5

Merge dmd 1.056.
author Robert Clipsham <robert@octarineparrot.com>
date Sat, 06 Feb 2010 15:53:52 +0000
parents 207a8a438dea
children
line wrap: on
line diff
--- a/dmd/arrayop.c	Wed Jan 06 19:53:35 2010 +0100
+++ b/dmd/arrayop.c	Sat Feb 06 15:53:52 2010 +0000
@@ -24,6 +24,15 @@
 #include "module.h"
 #include "init.h"
 
+#if IN_DMD
+extern int binary(const char *p , const char **tab, int high);
+
+/**************************************
+ * Hash table of array op functions already generated or known about.
+ */
+
+StringTable arrayfuncs;
+#endif
 
 /***********************************
  * Construct the array operation expression.