From: charles Date: Tue, 27 Jan 2009 03:09:37 +0000 (+0000) Subject: Change string concats to work with all OSs X-Git-Tag: pre-name-change~225 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=fb8d28fbcc2aec0d05b0aa547bd81a97ab289ca3 Change string concats to work with all OSs --- diff --git a/direct/ydirectenv.h b/direct/ydirectenv.h index 78169b4..3c009a4 100644 --- a/direct/ydirectenv.h +++ b/direct/ydirectenv.h @@ -70,6 +70,7 @@ #define TENDSTR "\n" #define TSTR(x) x +#define TCONT(x) x #define TOUT(p) printf p