diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-20 00:05:52 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-20 00:05:52 +0000 |
commit | 573e9c61b65ebf7a9e273470104aa25881136dfd (patch) | |
tree | cd23b24636356f773efb2f504a66be50779e160f /ace/config-hpux-10.x-hpc++.h | |
parent | 70504f146a02b904f5e790cd540a8352bf36bb40 (diff) | |
download | ATCD-573e9c61b65ebf7a9e273470104aa25881136dfd.tar.gz |
ChangeLogTag:Fri Sep 19 14:13:07 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/config-hpux-10.x-hpc++.h')
-rw-r--r-- | ace/config-hpux-10.x-hpc++.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x-hpc++.h b/ace/config-hpux-10.x-hpc++.h index 94a769ff225..b0541c0db31 100644 --- a/ace/config-hpux-10.x-hpc++.h +++ b/ace/config-hpux-10.x-hpc++.h @@ -48,6 +48,8 @@ // The HP/UX compiler doesn't support volatile!!!! # define volatile +# define ACE_LACKS_SIGNED_CHAR + #else // aC++ definitions // Compiler can't handle calls like foo->operator T *() |