r68: Added C++ compatibility
[ctsim.git] / include / cio.h
index fd54e7a6eb9981415fefc8a7a43186dfe4ec0fc2..1d14b89e1bba3a8a833c7a5c46fd87bae30be3e6 100644 (file)
@@ -2,8 +2,11 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: cio.h,v 1.7 2000/05/08 20:45:10 kevin Exp $
+**  $Id: cio.h,v 1.8 2000/06/05 01:32:45 kevin Exp $
 **  $Log: cio.h,v $
+**  Revision 1.8  2000/06/05 01:32:45  kevin
+**  Added C++ compatibility
+**
 **  Revision 1.7  2000/05/08 20:45:10  kevin
 **  *** empty log message ***
 **
@@ -82,7 +85,7 @@ void cio_kb_ungetc(unsigned int c);
 char *cio_kb_gets(char *str, int maxlen);
 unsigned int cio_kb_waitc(const char *astr, int beep);
 
-#ifdef _cplusplus
+#ifdef __cplusplus
 }
 #endif /* _cplusplus */