[svn:parrot] r43206 - in trunk/compilers/pirc: heredoc src
coke at svn.parrot.org
coke at svn.parrot.org
Tue Dec 22 14:36:43 UTC 2009
Author: coke
Date: Tue Dec 22 14:36:43 2009
New Revision: 43206
URL: https://trac.parrot.org/parrot/changeset/43206
Log:
don't #include 2x, or try to include a .h that doesn't exist.
Modified:
trunk/compilers/pirc/heredoc/heredocmain.c
trunk/compilers/pirc/src/pirmacro.c
Modified: trunk/compilers/pirc/heredoc/heredocmain.c
==============================================================================
--- trunk/compilers/pirc/heredoc/heredocmain.c Tue Dec 22 14:34:59 2009 (r43205)
+++ trunk/compilers/pirc/heredoc/heredocmain.c Tue Dec 22 14:36:43 2009 (r43206)
@@ -5,7 +5,6 @@
#include <stdio.h>
#include "parrot/parrot.h"
-#include "../new/pirheredoc.h"
/*
Modified: trunk/compilers/pirc/src/pirmacro.c
==============================================================================
--- trunk/compilers/pirc/src/pirmacro.c Tue Dec 22 14:34:59 2009 (r43205)
+++ trunk/compilers/pirc/src/pirmacro.c Tue Dec 22 14:36:43 2009 (r43206)
@@ -7,7 +7,6 @@
#include <string.h>
#include "pirmacro.h"
#include "pircompiler.h"
-#include "pirmacro.h"
#include "parrot/parrot.h"
More information about the parrot-commits
mailing list