]> git.gag.com Git - fw/sdcc/blobdiff - support/Util/SDCCerr.c
added E_STACK_VIOLATION error
[fw/sdcc] / support / Util / SDCCerr.c
index 817c493f514f471f3de6617fbb113eb75083ff38..2efbdc8c2071dafc056ab2617b8603595eb2fce2 100644 (file)
@@ -382,6 +382,8 @@ struct
     "illegal combination of options (--c1mode, -E, -S -c)" },
 { E_DUPLICATE_MEMBER, ERROR_LEVEL_ERROR,
     "duplicate %s member '%s'" },
+{ E_STACK_VIOLATION, ERROR_LEVEL_ERROR,
+    "'%s' internal stack %s" },
 };
 
 /*