X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=rmac.h;fp=rmac.h;h=39f908e0710c05232870140f7c2748c3e2b172fc;hp=0dd9865a512eac30789696a682d94b2684c60c60;hb=e8f9d55bc7aaf40ad5f55de6b3b3cb007d61c865;hpb=3bdb75018beeefb1b9ce2f431011f0db55721eb5 diff --git a/rmac.h b/rmac.h index 0dd9865..39f908e 100644 --- a/rmac.h +++ b/rmac.h @@ -222,6 +222,7 @@ PTR #define LABEL 0 // User-defined symbol #define MACRO 1 // Macro definition #define MACARG 2 // Macro argument +#define DBGSYM 3 // stabs debug symbol #define SY_UNDEF -1 // Undefined (lookup never matches it) // Symbol and expression attributes