X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=amode.h;h=380b46017d1822167f67670ad810f61acafc8edc;hp=d0eb7706be6aeb5f830bee8394e415908a74154a;hb=51cff2ac6cb3d097f62b68c51d74fafbce8923f6;hpb=60f204cb9e3905100da0d89f14bb40db764acd9e 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 *);