Make -pedantic work again.

This commit is contained in:
Ben Laurie
1999-05-07 15:42:23 +00:00
parent 135a1dcaac
commit 5b640028cb
3 changed files with 6 additions and 2 deletions

View File

@@ -5,6 +5,10 @@
Changes between 0.9.2b and 0.9.3
*) Add PEDANTIC compiler flag to allow compilation with gcc -pedantic,
without disallowing inline assembler and the like for non-pedantic builds.
[Ben Laurie]
*) Support Borland C++ builder.
[Janez Jere <jj@void.si>, modified by Ulf M<>ller]