From 9f5aa323272e4335423f28439bd3727e0446ed1e Mon Sep 17 00:00:00 2001 From: borutr Date: Thu, 30 Oct 2003 22:24:44 +0000 Subject: [PATCH] added missing '\' git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2969 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/cpp2/cpplib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2