Properly handle ASLR randomization of the main thread stack on darwin.
[mono.git] / mcs / jay / main.c
index c074824b402eb47d47b10755e5d5612c0b8be3b4..b47867d3e33a68754ca2e1b82624d5a6897a0bcb 100644 (file)
@@ -76,12 +76,14 @@ int nrules;
 int nsyms;
 int ntokens;
 int nvars;
+int nmethods;
 
 int   start_symbol;
 char  **symbol_name;
 short *symbol_value;
 short *symbol_prec;
 char  *symbol_assoc;
+char  **methods;
 
 short *ritem;
 short *rlhs;