Skip to content

Commit 21b3c0e

Browse files
author
Michael Meskes
committed
Added missing whitespaces to array argument parsing.
1 parent c607bd6 commit 21b3c0e

File tree

1 file changed

+2
-2
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+2
-2
lines changed

src/interfaces/ecpg/preproc/pgc.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*
1414
* IDENTIFICATION
15-
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.123 2003/11/29 19:52:08 pgsql Exp $
15+
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.124 2003/12/29 13:53:04 meskes Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -183,7 +183,7 @@ ident_cont [A-Za-z\200-\377_0-9\$]
183183

184184
identifier {ident_start}{ident_cont}*
185185

186-
array ({ident_cont}|[\+\-\*\%\/\(\)])*
186+
array ({ident_cont}|{whitespace}|[\+\-\*\%\/\(\)])*
187187
typecast "::"
188188

189189
/*

0 commit comments

Comments
 (0)