X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=amode.h;h=380b46017d1822167f67670ad810f61acafc8edc;hp=d0eb7706be6aeb5f830bee8394e415908a74154a;hb=ff2052bcaa1428a33a202822a81a6f9b8e567ef4;hpb=052be802baa4836564801c780b1d432cfe17c576 diff --git a/amode.h b/amode.h index d0eb770..380b460 100644 --- a/amode.h +++ b/amode.h @@ -107,7 +107,7 @@ MNTAB { // mnattr: #define CGSPECIAL 0x8000 // Special (don't parse addr modes) -// Prototypes +// Exported functions int amode(int); int reglist(WORD *);