Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move extern inline function to file scope | Christopher Li | 2009-07-19 | 1 | -0/+23 |
In gcc extern inline function has special meaning. The inline function will never emit stand alone copy of the function. It also allow multiple implementations cross different file. That effectively makes the extern inline has file scope. Signed-off-by: Christopher Li <sparse@chrisli.org> |