From c61b756ea29b56600678bfba5566690d8ad678db Mon Sep 17 00:00:00 2001 From: sjborley Date: Sun, 22 May 2005 20:37:06 +0000 Subject: [PATCH] Replace C++ style comment with C style comment --- src/include/cm.h | 6 ++++-- src/include/dllitf.h | 9 +++++---- src/include/wstdio.h | 3 ++- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/include/cm.h b/src/include/cm.h index 8590f50b9..5a60b3db0 100755 --- a/src/include/cm.h +++ b/src/include/cm.h @@ -11,6 +11,8 @@ Georgia Tech Research Corporation Atlanta, Georgia 30332 All Rights Reserved +$Id$ + PROJECT A-8503 AUTHORS @@ -40,8 +42,8 @@ NON-STANDARD FEATURES =========================================================================== */ #include "cmtypes.h" -#include "cmconstants.h" // K.A. wrong name -//#include "Cmconsta.h" +#include "cmconstants.h" /* K.A. wrong name */ +/*#include "Cmconsta.h" */ #include "cmproto.h" #include "mifcmdat.h" diff --git a/src/include/dllitf.h b/src/include/dllitf.h index 716b13da6..7915f1d1d 100755 --- a/src/include/dllitf.h +++ b/src/include/dllitf.h @@ -1,6 +1,7 @@ /* DLL load interface (c)2000 Arpad Buermen + $Id$ */ #ifndef __DLLITF_H @@ -10,11 +11,11 @@ #include "cmproto.h" -// This structure contains pointers to core SPICE OPUS functions used in CMs and UDNs. -// A pointer to this structure is passed to the dll when the dll is loaded. +/* This structure contains pointers to core SPICE OPUS functions used in CMs and UDNs. + A pointer to this structure is passed to the dll when the dll is loaded. */ struct coreInfo_t { - // MIF stuff + /* MIF stuff */ void ((*dllitf_MIF_INP2A)(void *, INPtables *, card *)); char * ((*dllitf_MIFgetMod)(void *, char *, INPmodel **, INPtables *)); IFvalue * ((*dllitf_MIFgetValue)(void *, char **, int, INPtables *, char **)); @@ -33,7 +34,7 @@ struct coreInfo_t { char * ((*dllitf_MIFget_token)(char **, Mif_Token_Type_t *)); Mif_Cntl_Src_Type_t ((*dllitf_MIFget_cntl_src_type)(Mif_Port_Type_t, Mif_Port_Type_t)); char * ((*dllitf_MIFcopy)(char *)); - // CM stuff + /* CM stuff */ void ((*dllitf_cm_climit_fcn)(double, double, double, double, double, double, double, double, int, double *, double *, double *, double *)); diff --git a/src/include/wstdio.h b/src/include/wstdio.h index 8ec26da60..63c6b8a6e 100644 --- a/src/include/wstdio.h +++ b/src/include/wstdio.h @@ -1,6 +1,7 @@ /* I/O Redirection for Spice 3F4 under Win32s Autor: Wolfgang Muees Stand: 21.05.95 + $Id$ */ #ifndef WSTDIO_H @@ -63,7 +64,7 @@ int fp_u_t_char(int __c); #define fputc fp_u_t_c #define fputs fp_u_t_s #define fread f_r_e_a_d -#define afreopen f_r_e_o_p_e_n // hvogt 10.05.2000 +#define afreopen f_r_e_o_p_e_n /* hvogt 10.05.2000 */ #define fscanf fs_c_a_n_f #define fseek f_s_e_e_k #define fsetpos f_s_e_t_p_o_s