mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-23 00:03:14 +01:00
Merge dmd 1.056.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user