commit 896ce3ce10338082282f3c76bd06e6062be27087 from: jrmu date: Wed Feb 4 06:11:38 2026 UTC Remove MAXLINE reference commit - 364bc03bc2809d604145ac7d3776067c05fe684a commit + 896ce3ce10338082282f3c76bd06e6062be27087 blob - 22daa1772b41383808adaefa5ef71854fbaadb77 blob + dc7f33f9913a37b1021b021e8c9f5ea7a1fdabf8 --- 2-6.c +++ 2-6.c @@ -5,8 +5,6 @@ #include -#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);