Removed the amount of warnings we get.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7341 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -23,11 +23,11 @@
|
|||||||
/* Get the type definition. */
|
/* Get the type definition. */
|
||||||
#include <nl_types.h>
|
#include <nl_types.h>
|
||||||
|
|
||||||
|
#include <misc/sys/cdefs.h>
|
||||||
#include <bits/locale.h> /* Define the __LC_* category names. */
|
#include <bits/locale.h> /* Define the __LC_* category names. */
|
||||||
|
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
struct TTTE;
|
||||||
/* Construct an `nl_item' value for `nl_langinfo' from a locale category
|
/* Construct an `nl_item' value for `nl_langinfo' from a locale category
|
||||||
(LC_*) and an item index within the category. Some code may depend on
|
(LC_*) and an item index within the category. Some code may depend on
|
||||||
the item values within a category increasing monotonically with the
|
the item values within a category increasing monotonically with the
|
||||||
@@ -38,6 +38,7 @@ __BEGIN_DECLS
|
|||||||
#define _NL_ITEM_CATEGORY(item) ((int) (item) >> 16)
|
#define _NL_ITEM_CATEGORY(item) ((int) (item) >> 16)
|
||||||
#define _NL_ITEM_INDEX(item) ((int) (item) & 0xffff)
|
#define _NL_ITEM_INDEX(item) ((int) (item) & 0xffff)
|
||||||
|
|
||||||
|
struct TTTE;
|
||||||
|
|
||||||
/* Enumeration of locale items that can be queried with `nl_langinfo'. */
|
/* Enumeration of locale items that can be queried with `nl_langinfo'. */
|
||||||
enum
|
enum
|
||||||
|
|||||||
Reference in New Issue
Block a user