From 0423a231887aec9fc1b2aad2370c5da06717baa0 Mon Sep 17 00:00:00 2001 From: thurston Date: Fri, 30 Mar 2007 16:48:47 +0000 Subject: [PATCH] Removed malloc.h includes. This is not a standard header and does not exist on OSX. Use stdlib.h instead. git-svn-id: http://svn.complang.org/ragel/trunk@160 052ea7fc-9027-0410-9066-f65837a77df0 --- CREDITS | 2 +- ragel/rlparse.kl | 2 +- redfsm/xmlparse.kl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CREDITS b/CREDITS index ac6f303..d537a7e 100644 --- a/CREDITS +++ b/CREDITS @@ -26,4 +26,4 @@ have been missed. Erich Ocean, Alan West, Steven Kibbler, Laurent Boulard, Jon Oberheide, David Helder, Lexington Luthor, Jason Jobe, Colin Fleming, Carlos Antunes, Steve Horne, Matt Mower, Josef Goettgens, Zed Shaw, Marcus Rueckert, Jeremy - Hinegardner + Hinegardner, Aaron Campbell diff --git a/ragel/rlparse.kl b/ragel/rlparse.kl index 95fb782..86bbe58 100644 --- a/ragel/rlparse.kl +++ b/ragel/rlparse.kl @@ -23,7 +23,7 @@ #include "ragel.h" #include #include -#include +#include using std::cout; using std::cerr; diff --git a/redfsm/xmlparse.kl b/redfsm/xmlparse.kl index 4df9cb1..11c42e1 100644 --- a/redfsm/xmlparse.kl +++ b/redfsm/xmlparse.kl @@ -23,7 +23,7 @@ #include "common.h" #include "gendata.h" #include -#include +#include using std::cout; using std::ostream; -- 2.7.4