diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-08 00:32:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-08 00:32:30 +0000 |
commit | 55274a373fbd982da81582f36c3e6e1d6f8dde28 (patch) | |
tree | ec1e016fd3eb04f6ee2a68727c84d4605f1b02ec /editors/gtksourceview/files/patch-gtksourceview_gtksourceregex.h | |
parent | Add gtksourceview, and editor component that adds syntax highlighting (diff) |
Remove gtksourceview for re-import under x11-toolkits. Since this is a
new port, no history is lost.
Notes
Notes:
svn path=/head/; revision=80406
Diffstat (limited to 'editors/gtksourceview/files/patch-gtksourceview_gtksourceregex.h')
-rw-r--r-- | editors/gtksourceview/files/patch-gtksourceview_gtksourceregex.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/gtksourceview/files/patch-gtksourceview_gtksourceregex.h b/editors/gtksourceview/files/patch-gtksourceview_gtksourceregex.h deleted file mode 100644 index fc1be98e6ec1..000000000000 --- a/editors/gtksourceview/files/patch-gtksourceview_gtksourceregex.h +++ /dev/null @@ -1,11 +0,0 @@ ---- gtksourceview/gtksourceregex.h.orig Wed May 7 20:04:08 2003 -+++ gtksourceview/gtksourceregex.h Wed May 7 20:05:43 2003 -@@ -20,7 +20,7 @@ - #ifndef __GTK_SOURCE_REGEX_H__ - #define __GTK_SOURCE_REGEX_H__ - --#include <regex.h> -+#include <gnuregex.h> - #include <glib/gtypes.h> - - G_BEGIN_DECLS |