Change C++ style comments to C style so it can be used in .st and .c code

This commit is contained in:
MarkRivers
2011-05-11 17:21:54 +00:00
parent 03a1b92af1
commit 853ec58519
+5 -5
View File
@@ -1,14 +1,14 @@
////////////////////////////////////////////////////////////////////
/*///////////////////////////////////////////////////////////////////
// Created header file XPS_C8_errors.h for XPS function errors
//
//*/
// TCL interpretor error
/* TCL interpretor error */
#define ERR_TCL_INTERPRETOR_ERROR 1
// No error
/* No error */
#define SUCCESS 0
// XPS errors
/* XPS errors */
#define ERR_BUSY_SOCKET -1
#define ERR_TCP_TIMEOUT -2
#define ERR_STRING_TOO_LONG -3