mheinsen / seec

Program visualization and debugging for novice C programmers
http://seec-team.github.io/seec/
MIT License
3 stars 0 forks source link

Correctly handle the \01_ prefix on function names. #18

Closed mheinsen closed 11 years ago

mheinsen commented 11 years ago

Currently we use SEEC_INTERCEPTED_FUNCTIONALIAS() to manually check for functions which are known to have the \01 function prefix attached. This is inefficient and unnecessary. We should simply check for the \01_ prefix and, if it exists, strip it and compare against the remainder of the function name.

mheinsen commented 11 years ago

Fixed by 426bb60e2f33f366fcae6b772a6c3d0fd0650d87.