diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-15 09:11:03 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-15 09:11:03 -0400 |
commit | a5e307c120a7950f4e469d0c8ca696890adb40a2 (patch) | |
tree | d922a481a40ab53cc0d6902341c1ea566722ac52 /globals.h | |
parent | c8657d70a81f1b1526c37ce3805a9bbd74bdf628 (diff) |
remove max_input_word_length limit
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 |