aboutsummaryrefslogtreecommitdiff
path: root/devel/gobject-introspection/files/patch-giscanner_scannerlexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gobject-introspection/files/patch-giscanner_scannerlexer.l')
-rw-r--r--devel/gobject-introspection/files/patch-giscanner_scannerlexer.l11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/gobject-introspection/files/patch-giscanner_scannerlexer.l b/devel/gobject-introspection/files/patch-giscanner_scannerlexer.l
deleted file mode 100644
index 178293f90c0d..000000000000
--- a/devel/gobject-introspection/files/patch-giscanner_scannerlexer.l
+++ /dev/null
@@ -1,11 +0,0 @@
---- giscanner/scannerlexer.l.orig 2017-04-17 10:01:31 UTC
-+++ giscanner/scannerlexer.l
-@@ -164,6 +164,8 @@ stringtext ([^\\\"])|(\\.)
- "__inline__" { return INLINE; }
- "__inline" { return INLINE; }
- "__nonnull" { if (!parse_ignored_macro()) REJECT; }
-+"_Nonnull" { /* Ignore */ }
-+"_Nullable" { /* Ignore */ }
- "_Noreturn" { /* Ignore */ }
- "__signed" { return SIGNED; }
- "__signed__" { return SIGNED; }