diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2006-03-27 23:30:54 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2006-03-27 23:30:54 (GMT) |
commit | b3a9263ebf9f221b0ce45ecdf5577324febd17a1 (patch) | |
tree | 7c0db3abef3706112b437fb7baf53aae8e277dd5 | |
parent | 9cf223bba68473517e2d264b1477df4316d6f6c5 (diff) | |
download | tcl-b3a9263ebf9f221b0ce45ecdf5577324febd17a1.zip tcl-b3a9263ebf9f221b0ce45ecdf5577324febd17a1.tar.gz tcl-b3a9263ebf9f221b0ce45ecdf5577324febd17a1.tar.bz2 |
Removed C++ comment
-rw-r--r-- | win/tclWinTest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinTest.c b/win/tclWinTest.c index 82bf841..c1f8ea5 100644 --- a/win/tclWinTest.c +++ b/win/tclWinTest.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinTest.c,v 1.8.2.5 2006/03/27 23:14:19 patthoyts Exp $ + * RCS: @(#) $Id: tclWinTest.c,v 1.8.2.6 2006/03/27 23:30:54 patthoyts Exp $ */ #define USE_COMPAT_CONST @@ -26,7 +26,7 @@ */ #ifndef INHERITED_ACE #define INHERITED_ACE (0x10) -#endif // INHERITED_ACE +#endif /* * Forward declarations of procedures defined later in this file: |