Bugs item #2728422, was opened at 2009-04-03 17:09
Message generated for change (Settings changed) made by elmuerte
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=565849&aid=2728422&group_id=82370

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compiletime - C
Group: SVN
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Michiel Hendriks (elmuerte)
Assigned to: Michiel Hendriks (elmuerte)
Summary: [C] call to external methods are not intercepted

Initial Comment:
Example:

extern void foo()

void bar()
{
  foo();
}


The call to "foo" will not be passed through the filters because it's an 
unknown target. Because the target is not important (per se) in C this could be 
fixed, right?

----------------------------------------------------------------------

Comment By: Michiel Hendriks (elmuerte)
Date: 2009-04-06 12:54

Message:
Has been addressed in build #4626

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=565849&aid=2728422&group_id=82370

------------------------------------------------------------------------------
_______________________________________________
Composestar-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/composestar-developers

Reply via email to