Change string concats to work with all OSs
authorcharles <charles>
Tue, 27 Jan 2009 03:09:37 +0000 (03:09 +0000)
committercharles <charles>
Tue, 27 Jan 2009 03:09:37 +0000 (03:09 +0000)
direct/ydirectenv.h

index 78169b4f68cb4365448d6b1fecf90b4dcffe1657..3c009a48f28ca950a54bb184921dfa57f1897193 100644 (file)
@@ -70,6 +70,7 @@
 
 #define TENDSTR "\n"
 #define TSTR(x) x
 
 #define TENDSTR "\n"
 #define TSTR(x) x
+#define TCONT(x) x
 #define TOUT(p) printf p
 
 
 #define TOUT(p) printf p