X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Flegacy-encoding.h;h=560cbf87a90bf8226493c65185542642740e7aba;hb=bc19562deb692e6db3271eb0402e9f9c99e4cbcb;hp=c6ae0ab4aa2bb25faf9f074436aa3bd9637bb137;hpb=28bebf0851bac332b55cdc03e55165dcc8e713c2;p=pspp-builds.git diff --git a/src/libpspp/legacy-encoding.h b/src/libpspp/legacy-encoding.h index c6ae0ab4..560cbf87 100644 --- a/src/libpspp/legacy-encoding.h +++ b/src/libpspp/legacy-encoding.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,16 +19,7 @@ #include -#if 'A' == 0x41 -#define LEGACY_NATIVE "ASCII" -#elif 'A' == 0xc1 -#define LEGACY_NATIVE "EBCDIC-US" -#else -#error Cannot detect native character set. -#endif - char legacy_to_native (const char *from, char) PURE_FUNCTION; char legacy_from_native (const char *to, char) PURE_FUNCTION; - #endif /* libpspp/legacy-encoding.h */