diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-17 01:55:55 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-17 01:55:55 +0000 |
commit | 5744b6c51fa13f328c699cd544205ac2123696ef (patch) | |
tree | 378a21a13fcc04c9961b0ac665298719e11a1c42 /ace/config-vxworks5.x.h | |
parent | 33ec6600baa726bbe7bfb5e1b608f2e4951b1f7c (diff) | |
download | ATCD-5744b6c51fa13f328c699cd544205ac2123696ef.tar.gz |
Basic_Types.h
Diffstat (limited to 'ace/config-vxworks5.x.h')
-rw-r--r-- | ace/config-vxworks5.x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-vxworks5.x.h b/ace/config-vxworks5.x.h index 5c6989ac8de..669bbffe9f0 100644 --- a/ace/config-vxworks5.x.h +++ b/ace/config-vxworks5.x.h @@ -6,7 +6,7 @@ // 1) The GNU/Cygnus g++ compiler that is shipped with Tornado 1.0.1. // 2) The GreenHills 1.8.8 (not 1.8.7!!!!) compiler. -#if !defined (ACE_CONFIG_H) +#ifndef ACE_CONFIG_H #define ACE_CONFIG_H #if ! defined (__ACE_INLINE__) |