patch-src_u_deep_c 338 B

123456789101112
  1. $OpenBSD: patch-src_u_deep_c,v 1.1 2017/04/19 22:12:19 espie Exp $
  2. --- src/u_deep.c.orig Thu Apr 20 00:09:49 2017
  3. +++ src/u_deep.c Thu Apr 20 00:10:32 2017
  4. @@ -20,6 +20,7 @@
  5. INLINE USHORT DecodeChar(void);
  6. INLINE USHORT DecodePosition(void);
  7. INLINE void update(USHORT c);
  8. +extern void update(USHORT c);
  9. static void reconst(void);