mirror of
https://github.com/zeldaret/st
synced 2026-08-19 22:02:12 -04:00
Update tools (#21)
* improve configure.py part 1 * compile settings per-file instead of global * remove dont_reuse_strings in sources * multiversion support * update docs * report filename change * fixed objdiff not being able to create context file * add version define to decompme cflags/m2ctx
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
|
||||
#pragma dont_reuse_strings off
|
||||
|
||||
typedef unsigned long long d_int;
|
||||
#define SIGDIGLEN 32
|
||||
|
||||
|
||||
@@ -10,8 +10,6 @@
|
||||
|
||||
#include <wstring.h>
|
||||
|
||||
#pragma dont_reuse_strings off
|
||||
|
||||
#define MAX_SIG_DIG 32
|
||||
|
||||
#define LDBL_MANT_DIG 24
|
||||
|
||||
Reference in New Issue
Block a user