[svn:parrot] r48868 - trunk/src
nwellnhof at svn.parrot.org
nwellnhof at svn.parrot.org
Wed Sep 8 21:10:12 UTC 2010
Author: nwellnhof
Date: Wed Sep 8 21:10:11 2010
New Revision: 48868
URL: https://trac.parrot.org/parrot/changeset/48868
Log:
[src] Unbreak Windows build
Modified:
trunk/src/parrot_debugger.c
trunk/src/pbc_merge.c
Modified: trunk/src/parrot_debugger.c
==============================================================================
--- trunk/src/parrot_debugger.c Wed Sep 8 20:08:57 2010 (r48867)
+++ trunk/src/parrot_debugger.c Wed Sep 8 21:10:11 2010 (r48868)
@@ -136,6 +136,8 @@
*/
+#define PARROT_IN_EXTENSION
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Modified: trunk/src/pbc_merge.c
==============================================================================
--- trunk/src/pbc_merge.c Wed Sep 8 20:08:57 2010 (r48867)
+++ trunk/src/pbc_merge.c Wed Sep 8 21:10:11 2010 (r48868)
@@ -36,6 +36,7 @@
*/
+#define PARROT_IN_EXTENSION
#include "parrot/parrot.h"
#include "parrot/embed.h"
More information about the parrot-commits
mailing list