Fixes Debian bug #350729
[cacao.git] / src / vm / jit / alpha / md.h
index 804cf3ecf9cb0904efeaaa7d8b59674a3dcd45e2..80200715f81b54668962279d395e73ffeda3e9e7 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: md.h 4357 2006-01-22 23:33:38Z twisti $
+   $Id: md.h 4392 2006-01-31 15:35:22Z twisti $
 
 */
 
 #ifndef _MD_H
 #define _MD_H
 
+#include "config.h"
+#include "vm/global.h"
+
+
+/* global variables ***********************************************************/
+
+extern bool has_ext_instr_set;
+
 /* function prototypes ********************************************************/
 
 #endif /* _MD_H_ */