|
From: Claudio V. C. <cv...@us...> - 2001-07-29 02:12:36
|
John and others: This doesn't affect compilation or generation of parse.c at all, but generally speaking, keywords added to parse.y should be added at the tail. Do not care about alpha sort here, the list is intended to be a chronological document at the same time: %token CURRENT_USER %token CURRENT_ROLE +%token FIRST %token KW_BREAK +%token LIMIT %token SUBSTRING %token KW_DESCRIPTOR The two ones that John added should be at the tail just to know the order of enhancements. Of course, John did ok in keywords.h since it NEEDS to be sorted. But keywords.h has the following reminder: See dsql/parse.y for a chronological list. Again, it won't affect the executable, but it helps us to better backtrack our own steps. (Just the nitpicking of today. <g>) C. --------- Claudio Valderrama C. Ingeniero en Informática - Consultor independiente http://www.cvalde.com - http://firebird.sf.net |