I'm attempting to use C::Scan (version 0.74 in ActiveState 631 on Windows NT) to get a list of the functions ('fdecls') in a C file. I'm getting the error:
"The name specified is not recognized as an internal or external command, operable program or batch file."
Via the debugger, I found that the error message occurs at line 862 of C/Scan.pm in C::Preprocessed::text. The line is:
Does anyone have any idea what the problem is? Can anyone explain to me what the above line is doing?
I tried 'defines_no_args' in C::Scan and it worked fine.