]> Shamusworld >> Repos - rmac/blobdiff - mach.h
Fix for "*" getting bad section attributes, reported by A. Seed.
[rmac] / mach.h
diff --git a/mach.h b/mach.h
index 224095039ffaf4d8861f5caf72ecf420a2fc9205..f10ff310f54e4da05d69e7dae867b5bc1266b301 100644 (file)
--- a/mach.h
+++ b/mach.h
@@ -3,7 +3,7 @@
 // MACH.H - Code Generation
 // Copyright (C) 199x Landon Dyer, 2011 Reboot and Friends
 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
-// Source Utilised with the Kind Permission of Landon Dyer
+// Source utilised with the kind permission of Landon Dyer
 //
 
 #ifndef __MACH_H__
@@ -20,29 +20,4 @@ extern char range_error[];
 extern char abs_error[];
 extern MNTAB machtab[];
 
-// Prototypes 
-int m_unimp(), m_badmode(), m_bad6mode(), m_bad6inst();
-int m_self(WORD);
-int m_abcd(WORD, WORD);
-int m_reg(WORD, WORD);
-int m_imm(WORD, WORD);
-int m_imm8(WORD, WORD);
-int m_shi(WORD, WORD);
-int m_shr(WORD, WORD);
-int m_bitop(WORD, WORD);
-int m_exg(WORD, WORD);
-int m_ea(WORD, WORD);
-int m_br(WORD, WORD);
-int m_dbra(WORD, WORD);
-int m_link(WORD, WORD);
-int m_adda(WORD, WORD);
-int m_addq(WORD, WORD);
-int m_move(WORD, int);
-int m_moveq(WORD, WORD);
-int m_usp(WORD, WORD);
-int m_movep(WORD, WORD);
-int m_trap(WORD, WORD);
-int m_movem(WORD, WORD);
-int m_clra(WORD, WORD);
-
 #endif // __MACH_H__