Ignore assume and dgroup
authorRobert Pengelly <robertapengelly@hotmail.com>
Tue, 22 Jul 2025 22:52:40 +0000 (23:52 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Tue, 22 Jul 2025 22:52:40 +0000 (23:52 +0100)
process.c

index 474785fe1cb0b41c952449441841953a1237163d..26a3d2c5588849d6bcf03aa8bb440c318ced1562 100644 (file)
--- a/process.c
+++ b/process.c
@@ -981,6 +981,13 @@ static void process_line (char *line, char *line_end) {
                 goto check;
             }
             
+            if (xstrcasecmp (arg, "assume") == 0 || xstrcasecmp (arg, "dgroup") == 0) {
+            
+                ignore_rest_of_line (&line);
+                goto check;
+            
+            }
+            
             if (xstrcasecmp (arg, "equ") == 0) {
             
                 report_line_at (get_filename (), get_line_number (), REPORT_ERROR, start, caret, "equ not preceded by label");