diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,7 +8,6 @@ #define error_queue_length 512 -#define max_input_word_length 512 #define max_commands_in_input 12 #define max_output_length 512 #define max_channels 2 @@ -35,4 +34,4 @@ typedef struct { extern GlobalStruct globals; -#endif
\ No newline at end of file +#endif |