Project

General

Profile

« Previous | Next » 

Revision 97a17a51

Added by ko1 (Koichi Sasada) over 4 years ago

readable function names for inline functions.

Now, C functions written by __builtin_cexpr!(code) and others are
named as "__builtin_inline#{n}". However, it is difficult to know
what the function is. This patch rename them into
"_builtin_foo#{lineno}" when cexpr! is in 'foo' method.