forked from github/server
Speicherspar-Features für Befehle disabled.
This commit is contained in:
parent
9b4ffd9e25
commit
2a04a9a22c
|
@ -21,7 +21,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#define SHORT_STRINGS
|
#undef SHORT_STRINGS
|
||||||
|
|
||||||
#ifdef SHARE_ORDERS
|
#ifdef SHARE_ORDERS
|
||||||
# define ORD_KEYWORD(ord) (ord)->data->_keyword
|
# define ORD_KEYWORD(ord) (ord)->data->_keyword
|
||||||
|
|
|
@ -25,7 +25,7 @@ extern "C" {
|
||||||
* implemented yet) saving approx. 50% of all string-related memory.
|
* implemented yet) saving approx. 50% of all string-related memory.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define SHARE_ORDERS
|
#undef SHARE_ORDERS
|
||||||
|
|
||||||
#ifdef SHARE_ORDERS
|
#ifdef SHARE_ORDERS
|
||||||
struct order_data;
|
struct order_data;
|
||||||
|
|
Loading…
Reference in New Issue