Speicherspar-Features für Befehle disabled.

This commit is contained in:
Enno Rehling 2005-05-22 10:56:19 +00:00
parent 9b4ffd9e25
commit 2a04a9a22c
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
#include <stdlib.h>
#include <string.h>
#define SHORT_STRINGS
#undef SHORT_STRINGS
#ifdef SHARE_ORDERS
# define ORD_KEYWORD(ord) (ord)->data->_keyword

View File

@ -25,7 +25,7 @@ extern "C" {
* implemented yet) saving approx. 50% of all string-related memory.
*/
#define SHARE_ORDERS
#undef SHARE_ORDERS
#ifdef SHARE_ORDERS
struct order_data;