summaryrefslogtreecommitdiffstats
path: root/qlparser/lex.ll
diff options
context:
space:
mode:
authorPeter Baumann <p.baumann@jacobs-university.de>2010-08-09 17:09:35 +0200
committerwww-data <www-data@ubuntu.localdomain>2010-10-31 12:59:13 +0100
commit3535a1be00d82fb757faabe5bc34518b0df7032b (patch)
tree8cf14622e59235291f13266e81138ce60efd9d9b /qlparser/lex.ll
parente604924aaff2386337f2df4825ba3873153ec12f (diff)
downloadrasdaman-upstream-3535a1be00d82fb757faabe5bc34518b0df7032b.tar.gz
rasdaman-upstream-3535a1be00d82fb757faabe5bc34518b0df7032b.tar.xz
rasdaman-upstream-3535a1be00d82fb757faabe5bc34518b0df7032b.zip
removed "decomp" keyword from storage layout directive, and improved formatting
Diffstat (limited to 'qlparser/lex.ll')
-rw-r--r--qlparser/lex.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/qlparser/lex.ll b/qlparser/lex.ll
index b5fd9ec..ec6f5fc 100644
--- a/qlparser/lex.ll
+++ b/qlparser/lex.ll
@@ -280,7 +280,6 @@ int string_yyinput( char* buf, int max_size )
"aligned" { SETTOKEN( ALIGNED, commandToken, ALIGNED ) }
"regular" { SETTOKEN( REGULAR, commandToken, REGULAR ) }
"directional" { SETTOKEN( DIRECTIONAL, commandToken, DIRECTIONAL ) }
-"decomp" { SETTOKEN( DECOMP, commandToken, DECOMP ) }
"with" { SETTOKEN( WITH, commandToken, WITH ) }
"subtiling" { SETTOKEN( SUBTILING, commandToken, SUBTILING ) }
"area" { SETTOKEN( AREA, commandToken, AREA ) }