X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=sect.c;fp=sect.c;h=3cedbb24221c2f7279b40612cce48faef1f9e3d4;hp=ebf80cfec02bf585886a89329dbe801022c533b9;hb=09135712da4550a1d5d014051e8ef3cc6dd47d99;hpb=d21544da607af148b96a9d926d4564800892aa4e diff --git a/sect.c b/sect.c index ebf80cf..3cedbb2 100644 --- a/sect.c +++ b/sect.c @@ -20,6 +20,7 @@ #include "token.h" #define DEF_KW #include "kwtab.h" +#undef DEF_KW // Function prototypes void MakeSection(int, uint16_t);