Skip to content

Commit

Permalink
Merge pull request #1566 from jwillemsen/jwi-bcc32fix-ace6tao2
Browse files Browse the repository at this point in the history
[ace6] Updated bcc32 version check
  • Loading branch information
jwillemsen authored Jun 21, 2021
2 parents eff3988 + 40feeb3 commit 2063860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ACE/ace/post.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# pragma pack (pop)
#elif defined (__BORLANDC__)
# pragma option pop
# if (__BORLANDC__ >= 0x660) && (__BORLANDC__ <= 0x730)
# if (__BORLANDC__ >= 0x660) && (__BORLANDC__ <= 0x750)
# pragma option pop
# endif
# pragma nopushoptwarn
Expand Down
2 changes: 1 addition & 1 deletion ACE/ace/pre.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# pragma pack (push, 8)
#elif defined (__BORLANDC__)
# pragma option push -a8 -b -Ve- -Vx- -w-rvl -w-rch -w-ccc -w-obs -w-aus -w-pia -w-inl -w-sig
# if (__BORLANDC__ >= 0x660) && (__BORLANDC__ <= 0x730)
# if (__BORLANDC__ >= 0x660) && (__BORLANDC__ <= 0x750)
// False warning: Function defined with different linkage, reported to
// Embarcadero as QC 117740
# pragma option push -w-8127
Expand Down

0 comments on commit 2063860

Please sign in to comment.