bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Comments in .notfunction?


From: Miller, Matt (SCON)
Subject: Comments in .notfunction?
Date: Wed, 14 Jul 2021 13:57:47 +0000
User-agent: Microsoft-MacOutlook/16.50.21061301

Based on a very quick glance of the code (version 6.6.6), it looks like in load_notfunction(), the STRBUF_SHARPSKIP flag could be added to the strbuf_fgets() call to support '#' prefixed comment lines in .notfunction:

 

83         for (tablesize = 0; (p = strbuf_fgets(ib, ip, STRBUF_NOCRLF)) != NULL; tablesize++)

84                 strbuf_puts0(sb, p);

 

If that evaluation is correct, we were wondering if that would be a minor enhancement worth tracking.

 

Thanks,

 

Matt


reply via email to

[Prev in Thread] Current Thread [Next in Thread]