File: unitypes.in.h.diff

package info (click to toggle)
libunistring 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 40,112 kB
  • sloc: ansic: 133,476; perl: 15,827; sh: 9,334; makefile: 376; lisp: 328
file content (19 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** unitypes.in.h.orig	2009-04-05 19:30:36.000000000 +0200
--- unitypes.in.h	2009-04-10 16:22:07.000000000 +0200
***************
*** 18,24 ****
  #define _UNITYPES_H
  
  /* Get uint8_t, uint16_t, uint32_t.  */
! #include <stdint.h>
  
  /* Type representing a Unicode character.  */
  typedef uint32_t ucs4_t;
--- 18,24 ----
  #define _UNITYPES_H
  
  /* Get uint8_t, uint16_t, uint32_t.  */
! #include <unistring/stdint.h>
  
  /* Type representing a Unicode character.  */
  typedef uint32_t ucs4_t;