comparison 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
comparison
equal deleted inserted replaced
1629:b07d683ba4d0 1630:44b145be2ef5
22 #include "scope.h" 22 #include "scope.h"
23 #include "id.h" 23 #include "id.h"
24 #include "module.h" 24 #include "module.h"
25 #include "init.h" 25 #include "init.h"
26 26
27 #if IN_DMD
28 extern int binary(const char *p , const char **tab, int high);
29
30 /**************************************
31 * Hash table of array op functions already generated or known about.
32 */
33
34 StringTable arrayfuncs;
35 #endif
27 36
28 /*********************************** 37 /***********************************
29 * Construct the array operation expression. 38 * Construct the array operation expression.
30 */ 39 */
31 40