Commit Diff


commit - d895e88137a1d39b3da1087c59d6d7b39aeaef60
commit + 728057b6e3a64a5bf4be7974b33e779def3750b0
blob - 863dd9a1c5ba23ecdd5e97d6347e8c16adc09c4e
blob + 4133151b2cb374a2099bba81f750850506a55ab2
--- 2-8.c
+++ 2-8.c
@@ -4,8 +4,6 @@
 
 #include <stdio.h>
 
-#define MAXLINE 1000		/* maximum input line size */
-
 unsigned getbits(unsigned x, int p, int n);
 unsigned setbits(unsigned x, int p, int n, unsigned y);
 unsigned invert(unsigned x, int p, int n);