Commit Diff


commit - 364bc03bc2809d604145ac7d3776067c05fe684a
commit + 896ce3ce10338082282f3c76bd06e6062be27087
blob - 22daa1772b41383808adaefa5ef71854fbaadb77
blob + dc7f33f9913a37b1021b021e8c9f5ea7a1fdabf8
--- 2-6.c
+++ 2-6.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);