X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsplit-file.c;h=506a433cafa7b0a6069c0b65eb2be317b8c049b5;hb=1f8dd363d6c20d07fcca14cb948018465fa5ed8b;hp=733aa9fbd31c89f5548ebe4ea5c7b4b4a9649d01;hpb=b321086267ad1014dc5d09886396cde30f094437;p=pspp-builds.git diff --git a/src/split-file.c b/src/split-file.c index 733aa9fb..506a433c 100644 --- a/src/split-file.c +++ b/src/split-file.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #include #include @@ -37,6 +37,9 @@ cmd_split_file (void) struct variable **v; int n; + /* For now, ignore SEPARATE and LAYERED. */ + lex_match_id ("SEPARATE") || lex_match_id ("LAYERED"); + lex_match (T_BY); if (!parse_variables (default_dict, &v, &n, PV_NO_DUPLICATE)) return CMD_FAILURE;