Menu

#26 Option /pffg has no effect (under Linux)

v5.0
open
nobody
compiler (9)
5
2005-06-28
2005-06-28
No

Option /pffg is mentioned in the output of "vec -help"
The help text just says "features from GENERAL. Works
with /PFF".

I guess this means that when the flat form is printed
with /pff, the features from GENERAL are normally
excluded unless the /pffg flag is supplied. In that
case, the help text could say "include features from
GENERAL (used with /PFF)".

However, the /pffg flag makes no difference, as can be
seen by piping the output to the word count utility:

[roger@eden kernel]$ vec -pff:integer | wc
446 1641 13423
[roger@eden kernel]$ vec -pff:integer -pffg | wc
446 1641 13423

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.