Converted c++ style comments to c. Per coding standard. See coding-standard.txt

This commit is contained in:
skarg
2007-07-26 16:25:35 +00:00
parent 519e9fd31b
commit 5fb27cae1a
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#ifndef __cplusplus
//typedef int _Bool;
/*typedef int _Bool; */
#ifndef bool
#define bool _Bool
#endif