• M
    sparc: fix unknown escape sequence warnings · 3a2b9f28
    Mike Frysinger 提交于
    I don't know what exactly the code was going for, but the object code
    is the same before/after my change, and in looking at the env strings,
    this seems to be OK.
    
    Otherwise gcc warns:
    cc1: warning: unknown escape sequence: '\$'
    cc1: warning: unknown escape sequence: '\)'
    cc1: warning: unknown escape sequence: '\040'
    cc1: warning: unknown escape sequence: '\$'
    cc1: warning: unknown escape sequence: '\)'
    Signed-off-by: NMike Frysinger <vapier@gentoo.org>
    3a2b9f28
grsim.h 11.0 KB