7f14c9d4ae
(ChangeLog available in the tarball) - enable cairo backend now that it is stable; there is still a small bug wrt printing uml classes which is beeing investigated. Tested for several weeks. ok giovanni@ simon@ (some time ago)
21 lines
459 B
Plaintext
21 lines
459 B
Plaintext
$OpenBSD: patch-app_main_c,v 1.2 2009/06/01 21:17:39 ajacoutot Exp $
|
|
--- app/main.c.orig Tue Apr 14 22:57:03 2009
|
|
+++ app/main.c Tue Apr 14 22:57:33 2009
|
|
@@ -16,6 +16,7 @@
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*/
|
|
#include <config.h>
|
|
+#include <ieeefp.h>
|
|
|
|
#include "app_procs.h"
|
|
|
|
@@ -23,6 +24,8 @@
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
+ fpsetmask(0);
|
|
+
|
|
app_init(argc, argv);
|
|
|
|
if (!app_is_interactive())
|