summaryrefslogtreecommitdiff
path: root/src/pdarun.c
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2016-12-13 10:13:21 -0500
committerAdrian Thurston <thurston@colm.net>2016-12-13 10:13:55 -0500
commitdc2adb04132daf673a6abaae3c3b7cc0fa570374 (patch)
tree75ff9049119fecce08cd82f6aa2f6332a3bbfed2 /src/pdarun.c
parent93cb6a1c9ea51335118f9342a93a5c23d7f2f8c9 (diff)
downloadcolm-dc2adb04132daf673a6abaae3c3b7cc0fa570374.tar.gz
an automated include convention improvement from Peter Reijnders
Diffstat (limited to 'src/pdarun.c')
-rw-r--r--src/pdarun.c18
1 files changed, 7 insertions, 11 deletions
diff --git a/src/pdarun.c b/src/pdarun.c
index 9379ecb3..a925bc6f 100644
--- a/src/pdarun.c
+++ b/src/pdarun.c
@@ -18,25 +18,21 @@
* along with Colm; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
-
-#include "config.h"
-#include "debug.h"
#include "pdarun.h"
-#include "bytecode.h"
-#include "tree.h"
-#include "pool.h"
-
-#include "internal.h"
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
+#include <stdbool.h>
#include <assert.h>
-#define true 1
-#define false 0
+#include "config.h"
+#include "debug.h"
+#include "bytecode.h"
+#include "tree.h"
+#include "pool.h"
+#include "internal.h"
#define act_sb 0x1
#define act_rb 0x2