mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 22:15:04 +00:00
[test] Move code around
This commit is contained in:
parent
22e1a5a785
commit
84f165646e
2 changed files with 12 additions and 12 deletions
|
@ -32,18 +32,6 @@
|
|||
#include "hb-test.h"
|
||||
#include "hb-subset.h"
|
||||
|
||||
#ifdef HAVE_STDBOOL_H
|
||||
# include <stdbool.h>
|
||||
#else
|
||||
typedef short bool;
|
||||
# ifndef true
|
||||
# define true 1
|
||||
# endif
|
||||
# ifndef false
|
||||
# define false 0
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
HB_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -35,6 +35,18 @@
|
|||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef HAVE_STDBOOL_H
|
||||
# include <stdbool.h>
|
||||
#else
|
||||
typedef short bool;
|
||||
# ifndef true
|
||||
# define true 1
|
||||
# endif
|
||||
# ifndef false
|
||||
# define false 0
|
||||
# endif
|
||||
#endif
|
||||
|
||||
HB_BEGIN_DECLS
|
||||
|
||||
/* Just in case */
|
||||
|
|
Loading…
Add table
Reference in a new issue