From: Reuben Thomas Date: Tue, 16 Jan 2018 00:32:55 +0000 (+0000) Subject: atarist.c: remove non-RFC1345 option X-Git-Tag: v3.7~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94677feaf25ba7d560747a3ecc42abd701b7c8de;p=recode atarist.c: remove non-RFC1345 option --- diff --git a/src/atarist.c b/src/atarist.c index 30d4872..da8dfbd 100644 --- a/src/atarist.c +++ b/src/atarist.c @@ -17,9 +17,6 @@ If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Define for using a double step. */ -#define USE_RFC1345_STEP 1 - #include "common.h" #include "decsteps.h" @@ -34,8 +31,6 @@ ijIJA+B+G+D+H+W+Z+X+TjJ+K+L+M+N+S+E+P+ZJQ+R+ShT+N%K%M%P%ZjSECa00 a*b*G*p*S*s*Myt*F*h*Omd*Iof*(-*P=3+->==outer, step, - known_pairs, NUMBER_OF_PAIRS, true, true); -} - -static void -init_atarist_latin1 (RECODE_STEP step, - RECODE_CONST_REQUEST request) -{ - return - complete_pairs (request->outer, step, - known_pairs, NUMBER_OF_PAIRS, true, false); -} - -#endif /* not USE_RFC1345_STEP */ - -/* Have this routine only once, for {dec,ini}steps.h to be proper. */ - bool module_atarist (RECODE_OUTER outer) { -#if USE_RFC1345_STEP - return declare_strip_data (outer, &table, "AtariST"); - -#else - - return - declare_single (outer, "Latin-1", "AtariST", - outer->quality_byte_to_variable, - init_latin1_atarist, NULL) - && declare_single (outer, "AtariST", "Latin-1", - outer->quality_byte_to_variable, - init_atarist_latin1, NULL); - -#endif } _GL_ATTRIBUTE_CONST void