summaryrefslogtreecommitdiff
path: root/xc/lib/PEX5/pl_oc_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/lib/PEX5/pl_oc_util.h')
-rw-r--r--xc/lib/PEX5/pl_oc_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/lib/PEX5/pl_oc_util.h b/xc/lib/PEX5/pl_oc_util.h
index ae4ccdee9..c5d4e8ffd 100644
--- a/xc/lib/PEX5/pl_oc_util.h
+++ b/xc/lib/PEX5/pl_oc_util.h
@@ -1,4 +1,4 @@
-/* $XConsortium: pl_oc_util.h,v 1.10 93/09/23 12:42:07 mor Exp $ */
+/* $XConsortium: pl_oc_util.h,v 1.11 94/04/17 20:22:42 mor Exp gildea $ */
/******************************************************************************
@@ -217,7 +217,7 @@ SOFTWARE.
* Output Command names and opcodes.
*/
-#if (__STDC__ && !defined(UNIXCPP)) || defined(ANSICPP)
+#if (defined(__STDC__) && !defined(UNIXCPP)) || defined(ANSICPP)
#define OCNAME(_name_) pex##_name_
#define OCOPCODE(_name_) PEXOC##_name_
#define OCSIZE(_name_) sz_pex##_name_
@@ -464,7 +464,7 @@ SOFTWARE.
* Generic macros to store OC data.
* ------------------------------------------------------------------------- */
-#if (__STDC__ && !defined(UNIXCPP)) || defined(ANSICPP)
+#if (defined(__STDC__) && !defined(UNIXCPP)) || defined(ANSICPP)
#define STORE_LIST(_name, _count, _pList, _pBuf) \
STORE_LISTOF_##_name (_count, _pList, _pBuf)