cac4c8c Fix incorrect inlining of getMod.

Authored and Committed by bruno 13 years ago
1 file changed. 6 lines added. 1 lines removed.
    Fix incorrect inlining of getMod.
    
    Essentially the same fix is already upstream. Declaring an
    inline a function without including the code to be inlined in
    the header doesn't really work.
    
        
file modified
+6 -1