Re: Need help with PD source (again)

new topic     » goto parent     » topic index » view thread      » older message » newer message

On Tue, 05 Apr 2005 13:43:41 -0400, h4x3r <h4x3r at bellsouth.net> wrote:

>> if find(SymTab[dup][S_FILE_NO], include_paths[current_file_no])
>
>changed to:
>if find(SymTab[dup][S_FILE_NO], {include_paths[current_file_no]})
>
If you think about that carefully,  you may as well as not have
replaced it with the equivalent:
>if equal(SymTab[dup][S_FILE_NO],include_paths[current_file_no])
but as Vincent notes it just breaks everything anyway.

Does Vincent's solution of replacing the previous

if length(dup_globals) > 1 then

with

if length(dup_globals) > 1 and
sequence(include_paths[current_file_no]) then

fix it properly, or cause a different problem?


Regards,
Pete

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu