summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-03 14:59:23 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-03 14:59:23 +0000
commite69026cbc3201d03ad849735483ee52e6cab57d3 (patch)
tree326c2f366a19f3dab871b5db697e6525ae3f7645
parentb3f5270e228a81d2c1cde43dc630df69562cbbe7 (diff)
downloadATCD-e69026cbc3201d03ad849735483ee52e6cab57d3.tar.gz
added /**/ to #include <yvals.h>.
-rw-r--r--STL/ChangeLog5
-rw-r--r--STL/bool.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/STL/ChangeLog b/STL/ChangeLog
index 095d52d0cb5..37fde9e9966 100644
--- a/STL/ChangeLog
+++ b/STL/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 03 08:58:05 1997 David L. Levine <levine@cs.wustl.edu>
+
+ * STL/bool.h: added /**/ to #include <yvals.h>. Tanks to
+ Matthias Kerkhoff <make@cs.tu-berlin.de> for reporting this.
+
Sat Jan 25 11:34:56 1997 Irfan Pyarali <irfan@flamenco.cs.wustl.edu>
* STL/bstring.h: Fixed typo.
diff --git a/STL/bool.h b/STL/bool.h
index d57030e01ec..095ee898ad0 100644
--- a/STL/bool.h
+++ b/STL/bool.h
@@ -5,7 +5,7 @@
// Define bool out of the std namespace.
#if (_MSC_VER > 1010)
-#include <yvals.h>
+#include /**/ <yvals.h>
#else
#if !defined (bool)
#define bool int