[svn:parrot] r49430 - trunk/include/parrot
plobsing at svn.parrot.org
plobsing at svn.parrot.org
Sun Oct 3 05:56:28 UTC 2010
Author: plobsing
Date: Sun Oct 3 05:56:27 2010
New Revision: 49430
URL: https://trac.parrot.org/parrot/changeset/49430
Log:
use has_header appropriately. should fix win32 build.
Modified:
trunk/include/parrot/datatypes.h
Modified: trunk/include/parrot/datatypes.h
==============================================================================
--- trunk/include/parrot/datatypes.h Sun Oct 3 01:25:09 2010 (r49429)
+++ trunk/include/parrot/datatypes.h Sun Oct 3 05:56:27 2010 (r49430)
@@ -15,6 +15,8 @@
#ifndef PARROT_DATATYPES_H_GUARD
#define PARROT_DATATYPES_H_GUARD
+#include "parrot/has_header.h"
+
/* &gen_from_enum(datatypes.pasm) subst(s/enum_type_(\w+)/uc("DATATYPE_$1")/e) */
typedef enum {
enum_type_undef, /* illegal */
More information about the parrot-commits
mailing list