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-hpux-11.x-hpc++.h | |
parent | 33ec6600baa726bbe7bfb5e1b608f2e4951b1f7c (diff) | |
download | ATCD-5744b6c51fa13f328c699cd544205ac2123696ef.tar.gz |
Basic_Types.h
Diffstat (limited to 'ace/config-hpux-11.x-hpc++.h')
-rw-r--r-- | ace/config-hpux-11.x-hpc++.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-hpux-11.x-hpc++.h b/ace/config-hpux-11.x-hpc++.h index 61ed4a67538..4f887da00cd 100644 --- a/ace/config-hpux-11.x-hpc++.h +++ b/ace/config-hpux-11.x-hpc++.h @@ -10,7 +10,7 @@ // support 64-bit or kernel threads. So, though this file has the C++ info // in it, it's copied from the 10.x file and hasn't been verified. -#if !defined (ACE_CONFIG_H) +#ifndef ACE_CONFIG_H #define ACE_CONFIG_H // There are 2 compiler-specific sections, plus a 3rd for common to both. |