diff options
| author | Michael Forney <mforney@mforney.org> | 2019-06-19 21:37:22 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-06-19 22:27:00 -0700 |
| commit | 898321096fe9138f600de955f6dcf2b56c302b2f (patch) | |
| tree | 3b813b2939ed6edc6ebaa8c4dd7032dfff7edd54 /pkg/netsurf/libcss/ver | |
| parent | 675f5acf886d03dfcac21096efb5a19a9244f678 (diff) | |
libcss, libdom: Remove unnecessary _ALIGNED specifier
I'm not sure what this is supposed to do, or on what system it has
an effect, but with gcc it just causes a spurious global variable to
be created.
Diffstat (limited to 'pkg/netsurf/libcss/ver')
| -rw-r--r-- | pkg/netsurf/libcss/ver | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/netsurf/libcss/ver b/pkg/netsurf/libcss/ver index a3df0a69..368b3d7e 100644 --- a/pkg/netsurf/libcss/ver +++ b/pkg/netsurf/libcss/ver @@ -1 +1 @@ -0.8.0 +0.8.0 r1 |
