Menu

#563 Preprocessor doesn't evaluate the source code correctly

closed-duplicate
None
5
2013-05-25
2003-08-11
Anonymous
No

The SDCC Preprocessor doesn't evaluate the source
code correctly when a
function is usually declared (noreentrant) but is it
wrong implemented as
reentrant.
Example:
prototype:
void MyFunc (...);

Implementation:
void MyFunc ( ...) reentrant
{
....
}

Discussion

  • Erik Petrich

    Erik Petrich - 2003-12-12

    Logged In: YES
    user_id=635249

    Fixed two months ago in src/SDCCsymt.c 1.165; the mention of
    the preprocessor confused me since it has nothing to do with
    this.

     
  • Erik Petrich

    Erik Petrich - 2003-12-12
    • milestone: --> fixed
    • assigned_to: nobody --> epetrich
    • status: open --> closed-duplicate
     

Log in to post a comment.