diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
commit | 951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch) | |
tree | 6146e775343aaf339921799078894a48fef9aa15 /devel/gobject-introspection/files/patch-giscanner_scannerlexer.l | |
parent | Remove expired ports: (diff) |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761
Notes
Notes:
svn path=/head/; revision=480951
Diffstat (limited to 'devel/gobject-introspection/files/patch-giscanner_scannerlexer.l')
-rw-r--r-- | devel/gobject-introspection/files/patch-giscanner_scannerlexer.l | 11 |
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; } |