From f7b2a83059697f1b36a6369e489ac276e7ff875d Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 27 Jun 2008 09:09:29 +0000 Subject: version-related changes in Makefile and help --- src/GF/Command/Interpreter.hs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/GF/Command/Interpreter.hs') diff --git a/src/GF/Command/Interpreter.hs b/src/GF/Command/Interpreter.hs index db4192001..f4e3e220d 100644 --- a/src/GF/Command/Interpreter.hs +++ b/src/GF/Command/Interpreter.hs @@ -116,10 +116,3 @@ getCommandArg env a ts = case a of ATree t -> [t] -- ignore piped ANoArg -> ts -- use piped --- abbreviation convention from gf commands -getCommandOp s = case break (=='_') s of - (a:_,_:b:_) -> [a,b] -- axx_byy --> ab - _ -> case s of - [a,b] -> s -- ab --> ab - a:_ -> [a] -- axx --> a - -- cgit v1.2.3