summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-12-07 10:27:54 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-12-07 10:27:54 +0000
commitc87298f587f880c807e9833f7480f587769a728d (patch)
tree5f033080bcb2b02c773582ac9d90ca2921d33329
parent9bc48277b0cd404aefd04ee8cf72e47225643c8a (diff)
downloadATCD-c87298f587f880c807e9833f7480f587769a728d.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c7
-rw-r--r--TAO/docs/compiler.html2
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 7781e932621..301783b7d74 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,10 @@
+Mon Dec 7 05:26:35 EST 1998 Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
+
+ * docs/compiler.html:
+
+ Fixed the entry for -St (suppressing typecodes). It was
+ appearing as -Ge. Thanks to Ossama Othman for noticing this.
+
Sun Dec 6 17:48:21 1998 Darrell Brunsch <brunsch@cs.wustl.edu>
* orbsvcs/tests/ImplRepo/IR_Helper.cpp:
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index 6b6b00d482e..b6d87760d2f 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -268,7 +268,7 @@ are specific to it.
</TR>
<TR NAME="St">
-<TD><TT>-Ge</TT></TD>
+<TD><TT>-St</TT></TD>
<TD>
Suppress generation of the TypeCodes
</TD>