changeset 273:8605e62d8ed0

Change string concats to work with all OSs
author charles
date Tue, 27 Jan 2009 03:09:37 +0000
parents c3d9f3254599
children 1a531028ad7b
files direct/ydirectenv.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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