* support/regression/valdiag/tests/switch.c,
[fw/sdcc] / src / SDCCpeeph.h
index 24425238f191b9995497367b76e9a1b830f7ae4e..8ada22285ce4353626d5a48a7d90135df1b4276a 100644 (file)
@@ -28,6 +28,9 @@
 
 #define MAX_PATTERN_LEN 128
 
+struct asmLineNode;    /* defined in each port */
+struct lineNode;
+
 typedef struct lineNode
   {
     char *line;
@@ -35,6 +38,7 @@ typedef struct lineNode
     unsigned int isInline:1;
     unsigned int isComment:1;
     unsigned int isDebug:1;
+    struct asmLineNode *aln;
     struct lineNode *prev;
     struct lineNode *next;
   }