summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-15 09:11:03 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-15 09:11:03 -0400
commita5e307c120a7950f4e469d0c8ca696890adb40a2 (patch)
treed922a481a40ab53cc0d6902341c1ea566722ac52 /globals.h
parentc8657d70a81f1b1526c37ce3805a9bbd74bdf628 (diff)
remove max_input_word_length limit
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/globals.h b/globals.h
index af0e114..b7f9e5a 100644
--- a/globals.h
+++ b/globals.h
@@ -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