Commit Diff


commit - 728057b6e3a64a5bf4be7974b33e779def3750b0
commit + 364bc03bc2809d604145ac7d3776067c05fe684a
blob - 96ab4ba2b480274348292e36ff1759dc0f6a29b5
blob + e8832dafddeef3d455bff52286525be034509424
--- 2-7.c
+++ 2-7.c
@@ -5,8 +5,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);