• P
    vsh: Replace vshPrint macro with function · 27fa42b2
    Peter Krempa 提交于
    The macro would eat the first parameter. In some cases the format string
    for vshPrint was eaten. In other cases the calls referenced variables
    which did not exist in the given context. Avoid errors by doing compile
    time checking.
    27fa42b2
vsh.c 77.6 KB