15 lines
480 B
Diff
15 lines
480 B
Diff
--- gtksourceview-1.8.5/gtksourceview/gnu-regex/regex.h.orig 2013-07-12 12:05:44.379187659 +0200
|
|
+++ gtksourceview-1.8.5/gtksourceview/gnu-regex/regex.h 2013-07-12 12:05:36.205270418 +0200
|
|
@@ -22,11 +22,6 @@
|
|
#ifndef _REGEX_H
|
|
#define _REGEX_H 1
|
|
|
|
-#define regcomp gtksourceview_regcomp
|
|
-#define regexec gtksourceview_regexec
|
|
-#define regerror gtksourceview_regerror
|
|
-#define regfree gtksourceview_regfree
|
|
-
|
|
/* Allow the use in C++ code. */
|
|
#ifdef __cplusplus
|
|
extern "C" {
|