Skip to content

Commit

Permalink
moved these back
Browse files Browse the repository at this point in the history
  • Loading branch information
jettero committed Jul 24, 2008
1 parent ce4763d commit 99cc93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Regex.xs
Expand Up @@ -4,7 +4,7 @@

#include <regex.h>

#include "const-c.inc"
#include "../../const-c.inc"

#ifndef REG_NOERROR
#define REG_NOERROR 0
Expand All @@ -16,7 +16,7 @@
MODULE = POSIX::Regex PACKAGE = POSIX::Regex

PROTOTYPES: DISABLE
INCLUDE: const-xs.inc
INCLUDE: ../../const-xs.inc

void
regcomp(self,regular,opts)
Expand Down

0 comments on commit 99cc93e

Please sign in to comment.