summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/parser/parse.h
AgeCommit message (Collapse)Author
2007-10-26Avoid having backend-only code compiled into ecpg. Per Zdenek KotalaTom Lane
2007-03-17- Changed some whitespacing in connect statement.Michael Meskes
- Made some chars const as proposed by Stefan Huehner <[email protected]>. - Synced parser and keyword lists. - Copied two token parsing from backend parser to ecpg parser. - Also added a test case for this.