patch-src_u_heavy_c 398 B

1234567891011121314
  1. $OpenBSD: patch-src_u_heavy_c,v 1.1 2017/04/19 22:12:19 espie Exp $
  2. --- src/u_heavy.c.orig Thu Apr 20 00:09:43 2017
  3. +++ src/u_heavy.c Thu Apr 20 00:10:22 2017
  4. @@ -31,7 +31,9 @@ USHORT heavy_text_loc;
  5. static USHORT read_tree_c(void);
  6. static USHORT read_tree_p(void);
  7. INLINE USHORT decode_c(void);
  8. +extern USHORT decode_c(void);
  9. INLINE USHORT decode_p(void);
  10. +extern USHORT decode_p(void);