mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 19:19:53 +00:00
Remove unused assert.h
This commit is contained in:
parent
ef7afeb2ea
commit
8c31874eeb
@ -31,7 +31,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
/* Implements a pretty printer for Janet. The pretty printer
|
/* Implements a pretty printer for Janet. The pretty printer
|
||||||
* is simple and not that flexible, but fast. */
|
* is simple and not that flexible, but fast. */
|
||||||
@ -760,7 +759,7 @@ struct FmtMapping {
|
|||||||
const char *mapping;
|
const char *mapping;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Janet uses fixed with integer types for most things, so map
|
/* Janet uses fixed width integer types for most things, so map
|
||||||
* format specifiers to these fixed sizes */
|
* format specifiers to these fixed sizes */
|
||||||
static const struct FmtMapping format_mappings[] = {
|
static const struct FmtMapping format_mappings[] = {
|
||||||
{'d', PRId64},
|
{'d', PRId64},
|
||||||
|
Loading…
Reference in New Issue
Block a user