Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 604888 | Differences between
and this patch

Collapse All | Expand All

(-)libappstream-glib/as-tag.c.ORIG (-1 / +1 lines)
Lines 37-43 Link Here
37
37
38
#ifdef HAVE_GPERF
38
#ifdef HAVE_GPERF
39
  /* we need to define this now as gperf just writes a big header file */
39
  /* we need to define this now as gperf just writes a big header file */
40
  const struct tag_data *_as_tag_from_gperf (const char *tag, guint etag);
40
  const struct tag_data *_as_tag_from_gperf (register const char *tag, register size_t len);
41
  #include "as-tag-private.h"
41
  #include "as-tag-private.h"
42
#endif
42
#endif
43
43

Return to bug 604888