From: borutr Date: Thu, 30 Oct 2003 22:24:44 +0000 (+0000) Subject: added missing '\' X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9f5aa323272e4335423f28439bd3727e0446ed1e;p=fw%2Fsdcc added missing '\' git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2969 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/support/cpp2/cpplib.h b/support/cpp2/cpplib.h index a6602b51..97c2e925 100644 --- a/support/cpp2/cpplib.h +++ b/support/cpp2/cpplib.h @@ -140,7 +140,7 @@ struct ht; TK(CPP_MACRO_ARG, SPELL_NONE) /* Macro argument. */ \ OP(CPP_EOF, "EOL") /* End of line or file. */ \ \ - /* SDCC _asm specific */ + /* SDCC _asm specific */ \ TK(CPP_ASM, SPELL_STRING) /* _asm ... _endasm ; */ #define OP(e, s) e,