Commit bc723f2d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

FlexeLinting

parent 692be7e7
......@@ -38,7 +38,12 @@
-esym(765, CLI_*)
-esym(759, CLI_*)
-esym(755, CLI_*)
-"esym(793,significant characters in an external identifier)"
-esym(765, http_IsHdr)
-esym(759, http_IsHdr)
-esym(755, http_IsHdr)
// -"esym(793,significant characters in an external identifier)"
// XXX: I think this is a flexelint bug:
-esym(522, vbit_clr)
......
......@@ -157,7 +157,7 @@ cc_expand(struct vsb *sb, const char *cc_cmd, char exp)
case 'D':
if (exp == pct)
return ("recursive expansion");
cc_expand(sb, mgt_cc_cmd_def, pct);
AZ(cc_expand(sb, mgt_cc_cmd_def, pct));
break;
case 'n':
AN(getcwd(buf, sizeof buf));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment