From 853ec5851995f6089c87acf6026302aee0e3ee49 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Wed, 11 May 2011 17:21:54 +0000 Subject: [PATCH] Change C++ style comments to C style so it can be used in .st and .c code --- motorApp/NewportSrc/XPS_C8_errors.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/motorApp/NewportSrc/XPS_C8_errors.h b/motorApp/NewportSrc/XPS_C8_errors.h index 6e3e01f4..7a806552 100644 --- a/motorApp/NewportSrc/XPS_C8_errors.h +++ b/motorApp/NewportSrc/XPS_C8_errors.h @@ -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