diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-08 17:42:30 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-08 17:42:30 +0000 |
commit | 89b79f9b7314988f93323eef3708982f6839c371 (patch) | |
tree | b4c0418da58001c5869e92eeda93fbb4a0588403 /ace/ACE.h | |
parent | 73aee99d202edc3377ceecea80623409dc481f0a (diff) | |
download | ATCD-89b79f9b7314988f93323eef3708982f6839c371.tar.gz |
ChangeLogTag:Sat Aug 8 09:37:27 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/ACE.h')
-rw-r--r-- | ace/ACE.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ACE.h b/ace/ACE.h index 014086529e5..027d504df27 100644 --- a/ace/ACE.h +++ b/ace/ACE.h @@ -47,7 +47,7 @@ public: // E.g., the "19" in ACE 4.3.19. Returns 0 for "stable" (non-beta) releases. // = C++ compiler version information. - static const char* const compiler_name (void); + static const char* compiler_name (void); // E.g., the "SunPro C++" in SunPro C++ 4.32.0 static u_int compiler_major_version (void); |