]> Shamusworld >> Repos - rmac/blobdiff - rmac.h
Add NewDebugSymbol(): stabs symbol factory
[rmac] / rmac.h
diff --git a/rmac.h b/rmac.h
index 0dd9865a512eac30789696a682d94b2684c60c60..39f908e0710c05232870140f7c2748c3e2b172fc 100644 (file)
--- 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