aboutsummaryrefslogtreecommitdiff
path: root/devel/gobject-introspection/files/patch-giscanner_scannerlexer.l
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-09-30 11:58:29 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-09-30 11:58:29 +0000
commit951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch)
tree6146e775343aaf339921799078894a48fef9aa15 /devel/gobject-introspection/files/patch-giscanner_scannerlexer.l
parentc9b47f0427d70ba42c2d53271f8b64b8e8096825 (diff)
downloadports-951c1f5d1c7354f058f5919d858dbb0c174dc73e.tar.gz
ports-951c1f5d1c7354f058f5919d858dbb0c174dc73e.zip
Notes
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; }